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

/external/tcpdump/missing/
H A Ddlnames.c60 DLT_CHOICE(DLT_NULL, "BSD loopback"),
/external/libpcap/
H A Dpcap-bpf.h129 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
246 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
H A Dpcap-snoop.c119 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
304 p->linktype = DLT_NULL;
H A Dsavefile.c137 * all platforms (DLT_NULL through DLT_FDDI), we define LINKTYPE_xxx as
166 #define LINKTYPE_NULL DLT_NULL
563 { DLT_NULL, LINKTYPE_NULL },
1090 case DLT_NULL:
H A Dpcap-win32.c487 p->linktype = DLT_NULL;
H A Dpcap-bpf.c709 v = DLT_NULL;
H A Dpcap.c327 DLT_CHOICE(DLT_NULL, "BSD loopback"),
H A Dpcap-dag.c994 p->linktype = DLT_NULL;
H A Dgencode.c876 case DLT_NULL:
2369 case DLT_NULL:
2373 * For DLT_NULL, the link-layer header is a 32-bit
2415 if (linktype == DLT_NULL || linktype == DLT_ENC) {
/external/tcpdump/
H A Dtcpdump.c166 { null_if_print, DLT_NULL },

Completed in 3430 milliseconds