HomeSort by relevance Sort by last modified time
    Searched full:proto_tos (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-cnfp.c 75 u_int32_t proto_tos; /* proto, tos, pad, flags(v5) */ member in struct:nfrec
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
158 (EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
168 flags = (EXTRACT_32BITS(&nr->proto_tos) >> 16) & 0xff;
186 EXTRACT_32BITS(&nr->proto_tos) & 0xff,

Completed in 146 milliseconds