Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-mptcp.c61 nd_uint8_t sub_etc; /* subtype upper 4 bits, other stuff lower 4 bits */ member
64 #define MPTCP_OPT_SUBTYPE(sub_etc) (((sub_etc) >> 4) & 0xF) argument
476 subtype = MPTCP_OPT_SUBTYPE(GET_U_1(opt->sub_etc)); in mptcp_print()