Home
last modified time | relevance | path

Searched refs:TH_FIN (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dprint-cnfp.c224 flags & TH_FIN ? "F" : "", in cnfp_v1_print()
321 flags & TH_FIN ? "F" : "", in cnfp_v5_print()
418 flags & TH_FIN ? "F" : "", in cnfp_v6_print()
Dtcp.h56 #define TH_FIN 0x01 macro
Dprint-tcp.c110 { TH_FIN, "F" },
410 if (ndo->ndo_vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
/external/iproute2/include/netinet/
Dtcp.h78 # define TH_FIN 0x01 macro
/external/ppp/pppd/
Dipv6cp.c1512 #define TH_FIN 0x01 macro
1541 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
Dipcp.c2276 #define TH_FIN 0x01 macro
2310 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)