Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dtcp.h81 #define TCP_FLAGS 0x3fU macro
87 #define TCPH_FLAGS(phdr) ((u8_t)((lwip_ntohs((phdr)->_hdrlen_rsvd_flags) & TCP_FLAGS)))
90 …) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_HTONS(~TCP_FLAGS)) | lwip_htons(f…
/third_party/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()