Home
last modified time | relevance | path

Searched refs:TCP_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/iptables/extensions/
Dlibxt_tcp.c137 #define TCP_FLAGS 0x04 macro
168 if (*flags & TCP_FLAGS) in tcp_parse()
173 *flags |= TCP_FLAGS; in tcp_parse()
177 if (*flags & TCP_FLAGS) in tcp_parse()
189 *flags |= TCP_FLAGS; in tcp_parse()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h110 #define TCP_FLAGS 0x3fU macro
175 #define TCPH_FLAGS(phdr) (ntohs((phdr)->_hdrlen_rsvd_flags) & TCP_FLAGS)
179 …n_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_HTONS((u16_t)(~(u16_t)(TCP_FLAGS)))) | htons(flag…