Searched refs:DLT_NULL (Results 1 – 11 of 11) sorted by relevance
/external/libpcap/ |
D | pcap-snoop.c | 123 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) { in pcap_read_snoop() 310 p->linktype = DLT_NULL; in pcap_activate_snoop()
|
D | pcap-common.c | 119 #define LINKTYPE_NULL DLT_NULL 1041 { DLT_NULL, LINKTYPE_NULL },
|
D | pcap-bpf.c | 854 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) { in pcap_can_set_rfmon_bpf() 2083 v = DLT_NULL;
|
D | pcap-win32.c | 1008 p->linktype = DLT_NULL; in pcap_activate_win32()
|
D | CHANGES | 575 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill 712 - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
|
D | gencode.c | 1130 case DLT_NULL: in init_linktype() 2013 if (cstate->linktype == DLT_NULL || cstate->linktype == DLT_ENC) { in gen_loopback_linktype() 3193 case DLT_NULL: in gen_linktype()
|
/external/tcpdump/missing/ |
D | dlnames.c | 56 DLT_CHOICE(DLT_NULL, "BSD loopback"),
|
/external/libpcap/pcap/ |
D | dlt.h | 66 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
|
/external/scapy/scapy/ |
D | data.py | 44 DLT_NULL = 0 variable
|
/external/tcpdump/ |
D | print.c | 78 { null_if_print, DLT_NULL },
|
/external/scapy/scapy/layers/ |
D | l2.py | 453 conf.l2types.register_num2layer(DLT_NULL, Loopback)
|