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

  /external/tcpdump/
print-fr.c 40 #include "nlpid.h"
152 | NLPID |
171 return addr_len + 1 /* UI */ + 1 /* pad */ + 1 /* NLPID */;
173 return addr_len + 1 /* UI */ + 1 /* NLPID */;
177 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid)
184 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */
185 (void)printf("Q.922, hdr-len %u, DLCI %u, Flags [%s], NLPID %s (0x%02x), length %u: ",
189 tok2str(nlpid_values,"unknown", nlpid),
190 nlpid,
227 u_int16_t nlpid; local
    [all...]
Android.mk 12 nlpid.c\
print-isoclns.c 45 #include "nlpid.h"
547 u_int8_t nlpid; member in struct:isis_common_header
621 printf("OSI NLPID %s (0x%02x): ",
667 printf("OSI NLPID 0x%02x unknown",*p);
693 u_int8_t nlpid; member in struct:clnp_header_t
960 u_int8_t nlpid; member in struct:esis_header_t
    [all...]

Completed in 47 milliseconds