Home
last modified time | relevance | path

Searched defs:sub_etc (Results 1 – 1 of 1) sorted by path

/dragonfly/contrib/tcpdump/
H A Dprint-mptcp.c63 nd_uint8_t sub_etc; /* subtype upper 4 bits, other stuff lower 4 bits */ member
66 #define MPTCP_OPT_SUBTYPE(sub_etc) ((GET_U_1(sub_etc) >> 4) & 0xF) argument