Searched refs:TCP_FLAG_RST (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmtcp.h46 #define TCP_FLAG_RST 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dtcp.h92 TCP_FLAG_RST = __constant_htonl(0x00040000), enumerator in enum:__anon1151
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c527 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK);
639 if (!(flg & TCP_FLAG_RST))
660 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) {
703 if (!(flg & TCP_FLAG_RST))
H A Dtcp.c2839 TCP_FLAG_RST | TCP_FLAG_SYN |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h77 TCP_FLAG_RST = __cpu_to_be32(0x00040000), enumerator in enum:__anon18198
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c623 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) ==
624 (TCP_FLAG_ACK|TCP_FLAG_RST))

Completed in 57 milliseconds