Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ptp.c232 #define PTP_MAJOR_VERS_MASK 0x0F macro
462 major_vers = GET_BE_U_2(bp) & PTP_MAJOR_VERS_MASK; in ptp_print()