Searched refs:bpf_if (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h102 struct bpf_if * bd_bif; /* interface descriptor */
137 struct bpf_if { struct
138 struct bpf_if *bif_next; /* list of all interfaces */
H A Dbpf.c161 static struct bpf_if *bpf_iflist;
190 static errno_t bpf_attachd(struct bpf_d *d, struct bpf_if *bp);
449 bpf_attachd(struct bpf_d *d, struct bpf_if *bp)
466 struct bpf_if *primary;
493 struct bpf_if *bp;
1300 struct bpf_if *bp;
1357 struct bpf_if *bp;
1396 struct bpf_if *bp;
1511 struct bpf_if *bp;
1727 * Attach an interface to bpf. driverp is a pointer to a (struct bpf_if *)
[all...]
H A Dif_var.h361 struct bpf_if *if_bpf; /* packet filter structure */

Completed in 84 milliseconds