Searched refs:nlpid (Results 1 – 13 of 13) sorted by relevance
/external/scapy/scapy/layers/ |
D | clns.py | 64 nlpid = orb(s[0]) 65 pdu_cls = _cln_protocols.get(nlpid, _GenericClnsPdu) 71 def register_cln_protocol(nlpid, cln_protocol_class): argument 72 if nlpid is None or cln_protocol_class is None: 75 chk = _cln_protocols.get(nlpid, None) 79 _cln_protocols[nlpid] = cln_protocol_class
|
/external/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 | Android.bp | 52 "nlpid.c",
|
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()
|
/external/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 &
|
/external/scapy/scapy/contrib/ |
D | isis.uts | 16 assert(p[ISIS_CommonHdr].nlpid == 0x83)
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 153 ../../nlpid.o \
|
D | WinDump.dsp | 152 SOURCE=..\..\nlpid.c
|
/external/libpcap/ |
D | Makefile.in | 146 nlpid.h \
|
D | INSTALL.md | 302 nlpid.h - OSI network layer protocol identifier definitions
|