Searched refs:nlpid (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | print-fr.c | 191 int length, u_int addr_len, u_int dlci, uint8_t *flags, uint16_t nlpid) in fr_hdr_print() argument 198 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */ in fr_hdr_print() 203 tok2str(nlpid_values,"unknown", nlpid), in fr_hdr_print() 204 nlpid, in fr_hdr_print() 211 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print() 212 nlpid, in fr_hdr_print() 243 uint16_t nlpid; in fr_print() local 311 nlpid = p[hdr_len - 1]; in fr_print() 314 fr_hdr_print(ndo, length, addr_len, dlci, flags, nlpid); in fr_print() 318 switch (nlpid) { in fr_print() [all …]
|
D | Android.mk | 15 nlpid.c \
|
D | Makefile.in | 86 nlpid.c \ 261 nlpid.h \
|
D | print-isoclns.c | 605 uint8_t nlpid; member 740 uint8_t nlpid; member 1007 uint8_t nlpid; member 1041 if (esis_header->nlpid != NLPID_ESIS) { in esis_print() 1042 ND_PRINT((ndo, " nlpid 0x%02x packet not supported", esis_header->nlpid)); in esis_print()
|
D | INSTALL.txt | 94 nlpid.c - OSI NLPID value-to-name table 95 nlpid.h - OSI NLPID definitions
|
/external/libpcap/msdos/ |
D | makefile | 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \ 170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
|
D | makefile.wc | 117 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
|
D | makefile.dj | 128 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 153 ../../nlpid.o \
|
D | WinDump.dsp | 152 SOURCE=..\..\nlpid.c
|
/external/libpcap/ |
D | Makefile.in | 122 nlpid.h \
|
D | INSTALL.txt | 345 nlpid.h - OSI network layer protocol identifier definitions
|