Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_out.c1139 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 Dtcp_in.c1889 u8_t *opts = (u8_t *)tcphdr + TCP_HLEN; local
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dmppe.h80 #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 Dopt.h2900 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) argument
/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c2187 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()