Home
last modified time | relevance | path

Searched defs:bpf_attach (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/dhcpcd/dist/src/
H A Dbpf.c292 bpf_attach(int fd, void *filter, unsigned int filter_len) in bpf_attach() function
/netbsd/sys/net/
H A Dbpf.h440 void (*bpf_attach)(struct ifnet *, u_int, u_int, struct bpf_if **); member
463 bpf_attach(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) in bpf_attach() function