Searched refs:TH_FIN (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcp.h57 #define TH_FIN 0x01 macro
H A Dprint-cnfp.c169 if (flags & TH_FIN) putchar('F');
H A Dprint-tcp.c98 { TH_FIN, "F" },
429 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.h68 #define TH_FIN 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c198 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c194 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipv6cp.c1530 #define TH_FIN 0x01 macro
1559 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2167 #define TH_FIN 0x01 macro
2201 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipv6cp.c1483 #define TH_FIN 0x01 macro
1512 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2010 #define TH_FIN 0x01 macro
2044 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)

Completed in 127 milliseconds