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

/freebsd-10-stable/contrib/tcpdump/missing/
H A Ddlnames.c60 DLT_CHOICE(DLT_NULL, "BSD loopback"),
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-common.c68 * all platforms (DLT_NULL through DLT_FDDI), we define LINKTYPE_xxx as
115 #define LINKTYPE_NULL DLT_NULL
910 { DLT_NULL, LINKTYPE_NULL },
H A Dpcap-snoop.c119 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
298 p->linktype = DLT_NULL;
H A Dpcap-win32.c549 p->linktype = DLT_NULL;
H A Dpcap-bpf.c730 * (We don't care about DLT_DOCSIS, so we pass DLT_NULL
733 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) {
1822 v = DLT_NULL;
H A Dpcap.c968 DLT_CHOICE(DLT_NULL, "BSD loopback"),
H A Dgencode.c1016 case DLT_NULL:
3139 case DLT_NULL:
3143 * For DLT_NULL, the link-layer header is a 32-bit
3185 if (linktype == DLT_NULL || linktype == DLT_ENC) {
/freebsd-10-stable/sys/net/
H A Dif_disc.c112 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_faith.c171 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_loop.c151 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dbpf.h237 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
335 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
H A Dif_me.c199 bpfattach(ME2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_stf.c262 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_gif.c202 bpfattach(GIF2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_gre.c185 bpfattach(GRE2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_tun.c393 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dbpf.c485 case DLT_NULL:
/freebsd-10-stable/contrib/ipfilter/
H A Dbpf-ipf.h181 #define DLT_NULL 0 /* no link-layer encapsulation */ macro
267 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
/freebsd-10-stable/contrib/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
/freebsd-10-stable/sys/dev/iicbus/
H A Dif_ic.c187 bpfattach(ifp, DLT_NULL, ICHDRLEN);
/freebsd-10-stable/sys/netgraph/
H A Dng_sppp.c281 bpfattach (ifp, DLT_NULL, sizeof(u_int32_t));
H A Dng_iface.c596 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-10-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c378 case DLT_NULL:
/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c268 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c197 { null_if_print, DLT_NULL },

Completed in 186 milliseconds