Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-ptp.c239 static const struct tok ptp_flag_values[] = { variable
368 …len -= 2; bp += 2; flags = GET_BE_U_2(bp); ND_PRINT(", Flags [%s]", bittok2str(ptp_flag_values, "n… in ptp_print_2()