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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h1353 @function bpfattach
1363 extern void bpfattach(ifnet_t interface, u_int data_link_type,
H A Dif_pflog.c190 bpfattach(pflogif->sc_if, DLT_PFLOG, PFLOG_HDRLEN);
H A Dnet_stubs.c44 STUB(bpfattach); variable
H A Dif_loop.c676 bpfattach(lo_ifp, DLT_NULL, sizeof (u_int32_t));
H A Dif_stf.c384 bpfattach(sc->sc_if, DLT_NULL, sizeof(u_int));
H A Dif_gif.c424 bpfattach(sc->gif_if, DLT_NULL, sizeof (u_int));
H A Dif_ipsec.c265 bpfattach(pcb->ipsec_ifp, DLT_NULL, 4);
H A Dif_utun.c258 bpfattach(pcb->utun_ifp, DLT_NULL, 4);
H A Dbpf.c2481 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) function
2500 panic("bpfattach");
2515 printf("bpfattach - %s with dlt %d is already attached\n",
H A Dif_vlan.c1040 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
H A Dif_bond.c1160 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp1210 bpfattach(getIfnet(), DLT_APPLE_IP_OVER_IEEE1394, sizeof(struct firewire_header) );
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp1208 bpfattach( getIfnet(), DLT_EN10MB, sizeof(struct ether_header) );
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_if.c277 bpfattach(wan->net, DLT_PPP, PPP_HDRLEN);

Completed in 215 milliseconds