Searched refs:th_flags (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcp.h48 u_int8_t th_flags; member in struct:tcphdr
H A Dprint-tcp.c259 flags = tp->th_flags;
/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)
296 if (th->th_flags & TH_URG) {
373 if (th->th_flags & TH_PUSH)
516 th->th_flags |= TH_PUSH;
518 th->th_flags &=~ TH_PUSH;
540 th->th_flags |= TH_URG;
543 th->th_flags &=~ TH_URG;
/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)
292 if (th->th_flags & TH_URG) {
369 if (th->th_flags & TH_PUSH)
512 th->th_flags |= TH_PUSH;
514 th->th_flags &=~ TH_PUSH;
536 th->th_flags |= TH_URG;
539 th->th_flags &=~ TH_URG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dmatch.h42 u16 th_flags; member in struct:table_set_header

Completed in 134 milliseconds