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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.h544 @function bpfattach
554 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 Dif_gif.c383 bpfattach(sc->gif_if, DLT_NULL, sizeof(u_int));
H A Dif_loop.c688 bpfattach(lo_ifp, DLT_NULL, sizeof (u_int32_t));
H A Dif_stf.c383 bpfattach(sc->sc_if, DLT_NULL, sizeof(u_int));
H A Dif_utun.c253 bpfattach(pcb->utun_ifp, DLT_NULL, 4);
H A Dbpf.c2242 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) function
2261 panic("bpfattach");
2276 printf("bpfattach - %s%d with dlt %d is already attached\n",
H A Dif_vlan.c1007 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
H A Dif_bond.c1191 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));

Completed in 39 milliseconds