HomeSort by relevance Sort by last modified time
    Searched defs:MSG_TYPE_POS (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
atmuni31.h 78 #define MSG_TYPE_POS 5 /* offset of message type */
  /external/tcpdump/
print-atm.c 115 #define MSG_TYPE_POS 5 /* offset of message type */
359 ND_TCHECK(p[MSG_TYPE_POS]);
361 tok2str(msgtype2str, "msgtype#%d", p[MSG_TYPE_POS])));

Completed in 527 milliseconds