Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-atm.c114 #define PROTO_POS 0 /* offset of protocol discriminator */ macro
334 if (GET_U_1(p + PROTO_POS) == Q2931) { in sig_print()
353 ND_PRINT("SSCOP, proto %u ", GET_U_1(p + PROTO_POS)); in sig_print()
/dragonfly/contrib/libpcap/
H A Datmuni31.h76 #define PROTO_POS 0 /* offset of protocol discriminator */ macro
H A Dgencode.c1424 cstate->off_proto = PROTO_POS; in init_linktype()