Home
last modified time | relevance | path

Searched refs:TCP_URG (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dtcp.h77 #define TCP_URG 0x20U macro
/third_party/lwip/src/netif/ppp/
Dvj.c303 if (TCPH_FLAGS(th) & TCP_URG) { in vj_compress_tcp()
565 TCPH_SET_FLAG(th, TCP_URG); in vj_uncompress_tcp()
568 TCPH_UNSET_FLAG(th, TCP_URG); in vj_uncompress_tcp()
/third_party/lwip/src/core/
Dtcp.c2473 if (flags & TCP_URG) { in tcp_debug_print_flags()