Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_pflog.c195 bpfattach(pflogif->sc_if, DLT_PFLOG, PFLOG_HDRLEN); in pflog_clone_create()
H A Dbpf.h1463 extern void bpfattach(ifnet_t interface, u_int data_link_type,
H A Dnet_stubs.c44 STUB(bpfattach);
H A Dif_loop.c706 bpfattach(lo_ifp, DLT_NULL, sizeof(u_int32_t)); in loopattach()
H A Dif_stf.c368 bpfattach(sc->sc_if, DLT_NULL, sizeof(u_int)); in stfattach()
H A Dif_6lowpan.c405 bpfattach(ifp, DLT_IEEE802_15_4_NOFCS, IEEE802154_ENCAP_LEN); in sixlowpan_clone_create()
H A Dif_gif.c405 bpfattach(sc->gif_if, DLT_NULL, sizeof(u_int)); in gif_clone_create()
H A Dif_headless.c1208 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in headless_clone_create()
H A Dif_vlan.c959 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in vlan_clone_create()
H A Dif_utun.c1709 bpfattach(pcb->utun_ifp, DLT_RAW, 0); in utun_ctl_connect()
1751 bpfattach(pcb->utun_ifp, DLT_NULL, UTUN_HEADER_SIZE(pcb)); in utun_ctl_connect()
H A Dif_ipsec.c2776 bpfattach(pcb->ipsec_ifp, DLT_RAW, 0); in ipsec_ctl_connect()
2800 bpfattach(pcb->ipsec_ifp, DLT_NULL, 0); in ipsec_ctl_connect()
H A Dbpf.c3632 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) in bpfattach() function
H A Dif_fake.c2823 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in feth_clone_create()
H A Dif_bond.c1240 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in bond_clone_create()