Searched refs:print_field (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ptp.c | 299 print_field(netdissect_options *ndo, const char *st, uint32_t flen, in print_field() function 641 print_field(ndo, ", start boundary hops ", PTP_UCHAR_LEN, bp, len, PTP_FALSE); in ptp_print_mgmt_msg() 642 print_field(ndo, ", boundary hops ", PTP_UCHAR_LEN, bp, len, PTP_FALSE); in ptp_print_mgmt_msg() 643 print_field(ndo, ", flags ", PTP_UCHAR_LEN, bp, len, PTP_TRUE); in ptp_print_mgmt_msg() 644 print_field(ndo, ", reserved ", PTP_UCHAR_LEN, bp, len, PTP_TRUE); in ptp_print_mgmt_msg()
|