HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_POS (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
atmuni31.h 78 #define PROTO_POS 0 /* offset of protocol discriminator */
gencode.c 1085 off_proto = PROTO_POS;
    [all...]
  /external/tcpdump/
atmuni31.h 78 #define PROTO_POS 0 /* offset of protocol discriminator */
print-atm.c 222 if (caplen < PROTO_POS) {
226 if (p[PROTO_POS] == Q2931) {
247 printf("SSCOP, proto %d ", p[PROTO_POS]);

Completed in 70 milliseconds