Searched refs:tcp_rst (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/test/ |
H A D | test-tcp-rst.c | 78 TEST_IMPL(tcp_rst) { in TEST_IMPL()
|
/third_party/lwip/src/core/ |
H A D | tcp_in.c | 596 tcp_rst(NULL, ackno, seqno + tcplen, ip_current_dest_addr(), 669 tcp_rst((const struct tcp_pcb *)pcb, ackno, seqno + tcplen, ip_current_dest_addr(), 785 tcp_rst(pcb, ackno, seqno + tcplen, ip_current_dest_addr(), 946 tcp_rst(pcb, ackno, seqno + tcplen, ip_current_dest_addr(), 1006 tcp_rst(pcb, ackno, seqno + tcplen, ip_current_dest_addr(),
|
H A D | tcp.c | 518 tcp_rst(pcb, pcb->snd_nxt, pcb->rcv_nxt, &pcb->local_ip, &pcb->remote_ip, in tcp_close_shutdown() 776 tcp_rst(pcb, seqno, ackno, &pcb->local_ip, &pcb->remote_ip, local_port, pcb->remote_port); in tcp_abandon() 1576 tcp_rst(pcb, pcb->snd_nxt, pcb->rcv_nxt, &pcb->local_ip, &pcb->remote_ip,
|
H A D | tcp_out.c | 25 * - @ref tcp_rst sends a RST segment 1929 * Called from tcp_rst, tcp_send_empty_ack, tcp_keepalive and tcp_zero_window_probe, 1981 * tcp_rst() has a number of arguments that are taken from a tcp_pcb for 1993 tcp_rst(const struct tcp_pcb *pcb, u32_t seqno, u32_t ackno, in tcp_rst() function 2001 LWIP_ASSERT("tcp_rst: invalid local_ip", local_ip != NULL); in tcp_rst() 2002 LWIP_ASSERT("tcp_rst: invalid remote_ip", remote_ip != NULL); in tcp_rst() 2015 LWIP_DEBUGF(TCP_DEBUG, ("tcp_rst: could not allocate memory for pbuf\n")); in tcp_rst() 2023 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcp_priv.h | 467 void tcp_rst(const struct tcp_pcb* pcb, u32_t seqno, u32_t ackno,
|
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 781 tcp_rst(pcb, pcb->snd_nxt, pcb->rcv_nxt, &pcb->local_ip, &pcb->remote_ip, in START_TEST()
|
Completed in 11 milliseconds