Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atm.c113 #define PROTO_POS 0 /* offset of protocol discriminator */ macro
352 ND_TCHECK(p[PROTO_POS]); in sig_print()
353 if (p[PROTO_POS] == Q2931) { in sig_print()
373 ND_PRINT((ndo, "SSCOP, proto %d ", p[PROTO_POS])); in sig_print()
/external/libpcap/
Datmuni31.h76 #define PROTO_POS 0 /* offset of protocol discriminator */ macro
Dgencode.c1298 cstate->off_proto = PROTO_POS; in init_linktype()