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

/freebsd-13-stable/contrib/tcpdump/missing/
H A Ddlnames.c56 DLT_CHOICE(DLT_NULL, "BSD loopback"),
/freebsd-13-stable/contrib/libpcap/pcap/
H A Ddlt.h62 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
218 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
/freebsd-13-stable/sys/net/
H A Ddlt.h64 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
220 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
H A Dif_disc.c116 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_loop.c142 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_gif.c162 bpfattach(GIF2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_me.c212 bpfattach(ME2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_stf.c263 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dif_gre.c195 bpfattach(GRE2IFP(sc), DLT_NULL, sizeof(u_int32_t)); local
H A Dif_ipsec.c211 bpfattach(ifp, DLT_NULL, sizeof(uint32_t));
H A Dif_tuntap.c978 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
H A Dbpf.c601 case DLT_NULL:
H A Diflib.c5037 bpfattach(ctx->ifc_ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-common.c60 * all platforms (DLT_NULL through DLT_FDDI), we define LINKTYPE_xxx as
107 #define LINKTYPE_NULL DLT_NULL
1137 { DLT_NULL, LINKTYPE_NULL },
H A Dpcap-snoop.c123 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
310 p->linktype = DLT_NULL;
H A Dpcap-bpf.c864 * (We don't care about DLT_DOCSIS, so we pass DLT_NULL
867 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) {
2113 v = DLT_NULL;
H A Dpcap-npf.c1022 p->linktype = DLT_NULL;
H A Dgencode.c1241 case DLT_NULL:
2132 * For DLT_NULL, the link-layer header is a 32-bit word
2144 if (cstate->linktype == DLT_NULL || cstate->linktype == DLT_ENC) {
3122 * IPv6 packet with DLT_NULL.
3331 case DLT_NULL:
/freebsd-13-stable/contrib/tcpdump/
H A Dprint.c78 { null_if_print, DLT_NULL },
/freebsd-13-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-13-stable/sys/netgraph/
H A Dng_sppp.c282 bpfattach (ifp, DLT_NULL, sizeof(u_int32_t));
H A Dng_iface.c568 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
/freebsd-13-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c378 case DLT_NULL:
/freebsd-13-stable/sys/dev/iicbus/
H A Dif_ic.c190 bpfattach(ifp, DLT_NULL, ICHDRLEN);
/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c271 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));

Completed in 179 milliseconds