Searched defs:sub_etc (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dmptcp.h48 u_int8_t sub_etc; /* subtype upper 4 bits, other stuff lower 4 bits */ member in struct:mptcp_option
51 #define MPTCP_OPT_SUBTYPE(sub_etc) (((sub_etc) >> 4) & 0xF)

Completed in 80 milliseconds