Searched refs:DLT_NULL (Results 1 - 9 of 9) sorted by relevance

/external/tcpdump/missing/
H A Ddlnames.c60 DLT_CHOICE(DLT_NULL, "BSD loopback"),
/external/libpcap/
H A Dpcap-common.c69 * all platforms (DLT_NULL through DLT_FDDI), we define LINKTYPE_xxx as
116 #define LINKTYPE_NULL DLT_NULL
946 { DLT_NULL, LINKTYPE_NULL },
H A Dpcap-snoop.c127 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
307 p->linktype = DLT_NULL;
H A Dpcap-win32.c569 p->linktype = DLT_NULL;
H A Dpcap-bpf.c761 * (We don't care about DLT_DOCSIS, so we pass DLT_NULL
764 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) {
1838 v = DLT_NULL;
H A Dpcap.c1101 DLT_CHOICE(DLT_NULL, "BSD loopback"),
H A Dgencode.c1012 case DLT_NULL:
3141 case DLT_NULL:
3145 * For DLT_NULL, the link-layer header is a 32-bit
3187 if (linktype == DLT_NULL || linktype == DLT_ENC) {
/external/libpcap/pcap/
H A Dbpf.h134 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
290 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
/external/tcpdump/
H A Dtcpdump.c189 { null_if_print, DLT_NULL },

Completed in 176 milliseconds