Searched refs:nlpid (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-fr.c | 192 int length, u_int addr_len, u_int dlci, uint8_t *flags, uint16_t nlpid) in fr_hdr_print() argument 199 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */ in fr_hdr_print() 204 tok2str(nlpid_values,"unknown", nlpid), in fr_hdr_print() 205 nlpid, in fr_hdr_print() 212 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print() 213 nlpid, in fr_hdr_print() 244 uint16_t nlpid; in fr_print() local 313 nlpid = p[hdr_len - 1]; in fr_print() 316 fr_hdr_print(ndo, length, addr_len, dlci, flags, nlpid); in fr_print() 320 switch (nlpid) { in fr_print() [all …]
|
| D | INSTALL.txt | 96 nlpid.c - OSI NLPID value-to-name table 97 nlpid.h - OSI NLPID definitions
|
| D | Makefile.in | 88 nlpid.c \ 283 nlpid.h \
|
| D | print-isoclns.c | 610 uint8_t nlpid; member 745 uint8_t nlpid; member 1080 uint8_t nlpid; member 1114 if (esis_header->nlpid != NLPID_ESIS) { in esis_print() 1115 ND_PRINT((ndo, " nlpid 0x%02x packet not supported", esis_header->nlpid)); in esis_print()
|
| /freebsd-12-stable/contrib/libpcap/msdos/ |
| D | makefile | 128 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \ 166 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
|
| D | makefile.wc | 118 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
|
| /freebsd-12-stable/usr.sbin/tcpdump/tcpdump/ |
| D | Makefile | 23 nlpid.c \
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | Makefile.in | 136 nlpid.h \
|
| D | INSTALL.md | 303 nlpid.h - OSI network layer protocol identifier definitions
|