Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cnfp.c75 u_int32_t proto_tos; /* proto, tos, pad, flags(v5) */ member
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff); in cnfp_print()
158 (EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff); in cnfp_print()
168 flags = (EXTRACT_32BITS(&nr->proto_tos) >> 16) & 0xff; in cnfp_print()
186 EXTRACT_32BITS(&nr->proto_tos) & 0xff, in cnfp_print()