Home
last modified time | relevance | path

Searched refs:TCP_RST (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h92 #define TCP_RST 0x04 macro
133 #define TCP_CLOSED TCP_RST
/external/syslinux/gpxe/src/net/
Dtcp.c146 if ( flags & TCP_RST ) in tcp_dump_flags()
580 tcphdr->flags = ( TCP_RST | TCP_ACK ); in tcp_xmit_reset()
976 if ( flags & TCP_RST ) { in tcp_rx()
/external/syslinux/core/lwip/src/core/
Dtcp_out.c131 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()
955 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()
1206 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()
Dtcp_in.c415 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) { in tcp_input()
533 if (flags & TCP_RST) { in tcp_timewait_input()
581 if (flags & TCP_RST) { in tcp_process()
Dtcp.c1565 if (flags & TCP_RST) { in tcp_debug_print_flags()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h103 #define TCP_RST 0x04U macro
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()