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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmtcp.h81 #define TCP_IS_ACK(tcp_hdr) (TCP_FLAGS(tcp_hdr) & TCP_FLAGS_ACK)
93 #define TCP_FLAGS(hdrlen) ((hdrlen) & TCP_FLAGS_MASK) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_tcp.c137 #define TCP_FLAGS 0x04 macro
168 if (*flags & TCP_FLAGS)
173 *flags |= TCP_FLAGS;
177 if (*flags & TCP_FLAGS)
189 *flags |= TCP_FLAGS;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_tcp.c137 #define TCP_FLAGS 0x04 macro
168 if (*flags & TCP_FLAGS)
173 *flags |= TCP_FLAGS;
177 if (*flags & TCP_FLAGS)
189 *flags |= TCP_FLAGS;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_tcp.c143 #define TCP_FLAGS 0x04 macro
180 if (*flags & TCP_FLAGS)
185 *flags |= TCP_FLAGS;
189 if (*flags & TCP_FLAGS)
203 *flags |= TCP_FLAGS;
H A Dlibipt_tcp.c143 #define TCP_FLAGS 0x04 macro
180 if (*flags & TCP_FLAGS)
185 *flags |= TCP_FLAGS;
189 if (*flags & TCP_FLAGS)
203 *flags |= TCP_FLAGS;

Completed in 46 milliseconds