HomeSort by: relevance | last modified time | path
    Searched refs:DLT_NULL (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/net/npf/
if_npflog.c 124 ifp->if_dlt = DLT_NULL;
  /src/sys/net/
if_faith.c 152 ifp->if_dlt = DLT_NULL;
155 bpf_attach(ifp, DLT_NULL, sizeof(u_int));
dlt.h 69 #define DLT_NULL 0 /* BSD loopback encapsulation */
305 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
if_loop.c 196 ifp->if_dlt = DLT_NULL;
203 bpf_attach(ifp, DLT_NULL, sizeof(u_int));
if_mpls.c 153 sc->sc_if.if_dlt = DLT_NULL;
162 bpf_attach(&sc->sc_if, DLT_NULL, sizeof(uint32_t));
if_stf.c 237 sc->sc_if.if_dlt = DLT_NULL;
240 bpf_attach(&sc->sc_if, DLT_NULL, sizeof(u_int));
if_gif.c 413 sc->gif_if.if_dlt = DLT_NULL;
420 bpf_attach(&sc->gif_if, DLT_NULL, sizeof(u_int));
563 /* use DLT_NULL encapsulation here to pass inner af type */
if_tun.c 298 ifp->if_dlt = DLT_NULL;
303 bpf_attach(ifp, DLT_NULL, sizeof(uint32_t));
if_gre.c 299 sc->sc_if.if_dlt = DLT_NULL;
323 bpf_attach(&sc->sc_if, DLT_NULL, sizeof(uint32_t));
if_ipsec.c 478 sc->ipsec_if.if_dlt = DLT_NULL;
484 bpf_attach(&sc->ipsec_if, DLT_NULL, sizeof(u_int));
649 /* use DLT_NULL encapsulation here to pass inner af type */
695 /* input DLT_NULL frame to BPF */
if_ppp.c 314 sc->sc_if.if_dlt = DLT_NULL;
332 bpf_attach(&sc->sc_if, DLT_NULL, 0);
ppp_tty.c 282 bpf_change_type(&sc->sc_if, DLT_NULL, 0);
bpf.c 385 case DLT_NULL:
447 if (linktype == DLT_NULL && ifp->if_type == IFT_LOOP) {
if_l2tp.c 299 sc->l2tp_ec.ec_if.if_dlt = DLT_NULL;
439 /* use DLT_NULL encapsulation here to pass inner af type */
if_vlan.c 326 ifp->if_dlt = DLT_NULL;
if_wg.c 4104 wg->wg_if.if_dlt = DLT_NULL;
4115 bpf_attach(&wg->wg_if, DLT_NULL, sizeof(uint32_t));
  /src/tests/net/bpf/
t_bpf.c 283 dlt = DLT_NULL;
  /src/sys/dev/ppbus/
if_plip.c 239 ifp->if_dlt = DLT_NULL;
245 bpf_attach(ifp, DLT_NULL, sizeof(u_int32_t));
  /src/sys/rump/net/lib/libsockin/
sockin.c 426 bpf_attach(&sockin_if, DLT_NULL, 0);
  /src/sys/net/agr/
if_agr.c 317 ifp->if_dlt = DLT_NULL;

Completed in 34 milliseconds