Searched defs:opts (Results 1 – 5 of 5) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp_out.c | 1139 tcp_build_timestamp_option(const struct tcp_pcb *pcb, u32_t *opts) in tcp_build_timestamp_option() 1193 tcp_build_sack_option(const struct tcp_pcb *pcb, u32_t *opts, u8_t num_sacks) in tcp_build_sack_option() 1219 tcp_build_wnd_scale_option(u32_t *opts) in tcp_build_wnd_scale_option() 1459 u32_t *opts; in tcp_output_segment() local 1875 u32_t *opts; in tcp_output_fill_options() local
|
H A D | tcp_in.c | 1889 u8_t *opts = (u8_t *)tcphdr + TCP_HLEN; local
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | mppe.h | 80 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 102 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | opt.h | 2900 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) argument
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | sockets.c | 2187 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()
|