Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/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
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dmppe.h76 #define MPPE_OPTS_TO_CI(opts, ci) \ argument
98 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/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.c1892 u8_t *opts = (u8_t *)tcphdr + TCP_HLEN; local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp_out.c890 tcp_build_timestamp_option(struct tcp_pcb *pcb, u32_t *opts) in tcp_build_timestamp_option()
905 tcp_build_wnd_scale_option(u32_t *opts) in tcp_build_wnd_scale_option()
1193 u32_t *opts; in tcp_output_segment() local
H A Dtcp_in.c1693 u8_t* opts = (u8_t *)tcphdr + TCP_HLEN; local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp_in.c1546 u8_t *opts, opt; in tcp_parseopt() local
H A Dtcp_out.c828 tcp_build_timestamp_option(struct tcp_pcb *pcb, u32_t *opts) in tcp_build_timestamp_option()
1053 u32_t *opts; in tcp_output_segment() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dopt.h2842 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dsockets.c2215 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan()