Searched refs:TH_SYN (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcp.h58 #define TH_SYN 0x02 macro
H A Dprint-cnfp.c170 if (flags & TH_SYN) putchar('S');
H A Dprint-tcp.c99 { TH_SYN, "S" },
361 if (!th->nxt || (flags & TH_SYN)) {
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.h69 #define TH_SYN 0x02 macro
H A Dnetconf_linux.c1724 tcp.flg_mask = TH_SYN | TH_RST;
1725 tcp.flg_cmp = TH_SYN;
/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)

Completed in 89 milliseconds