Home
last modified time | relevance | path

Searched refs:DLT_NULL (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/net/
H A Ddlt.h64 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
H A Dif_disc.c116 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in disc_clone_create()
H A Dif_loop.c142 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in lo_clone_create()
H A Dif_stf.c263 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in stf_clone_create()
H A Dif_gif.c162 bpfattach(GIF2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in gif_clone_create()
H A Dif_me.c212 bpfattach(ME2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in me_clone_create()
H A Dif_gre.c195 bpfattach(GRE2IFP(sc), DLT_NULL, sizeof(u_int32_t)); in gre_clone_create()
H A Dif_ipsec.c211 bpfattach(ifp, DLT_NULL, sizeof(uint32_t)); in ipsec_clone_create()
H A Dif_tuntap.c978 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in tuncreate()
H A Dbpf.c601 case DLT_NULL: in bpf_movein()
H A Diflib.c5015 bpfattach(ctx->ifc_ifp, DLT_NULL, sizeof(u_int32_t)); in iflib_pseudo_register()
/f-stack/tools/compat/include/net/
H A Ddlt.h64 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
/f-stack/freebsd/netgraph/
H A Dng_sppp.c282 bpfattach (ifp, DLT_NULL, sizeof(u_int32_t)); in ng_sppp_constructor()
H A Dng_iface.c568 bpfattach(ifp, DLT_NULL, sizeof(u_int32_t)); in ng_iface_constructor()