Searched refs:tcp_output_fill_options (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/core/ |
H A D | tcp_out.c | 1885 tcp_output_fill_options(const struct tcp_pcb *pcb, struct pbuf *p, u8_t optflags, u8_t num_sacks) in tcp_output_fill_options() function 1891 LWIP_ASSERT("tcp_output_fill_options: invalid pbuf", p != NULL); in tcp_output_fill_options() 2018 tcp_output_fill_options(pcb, p, 0, 0); in tcp_rst() 2062 tcp_output_fill_options(pcb, p, optflags, num_sacks); in tcp_send_empty_ack() 2112 tcp_output_fill_options(pcb, p, 0, 0); in tcp_keepalive() 2194 tcp_output_fill_options(pcb, p, 0, 0); in tcp_zero_window_probe()
|
Completed in 6 milliseconds