Searched defs:PT_NLPID (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-cdp.c228 * PT_NLPID means that the protocol type field contains an OSI NLPID.
233 #define PT_NLPID 1 /* OSI NLPID */ macro
264 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {

Completed in 150 milliseconds