Searched refs:bif_next (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h138 struct bpf_if *bif_next; /* list of all interfaces */ member in struct:bpf_if
H A Dbpf.c469 primary = primary->bif_next)
517 for (bp = bpf_iflist; bp; bp = bp->bif_next)
1306 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {
1370 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
1401 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
1532 (dlt != 0 && bp->bif_dlt != dlt); bp = bp->bif_next)
1760 bp_temp->bif_dlt != dlt); bp_temp = bp_temp->bif_next) {
1781 bp_new->bif_next = bpf_iflist;
1786 bp_new->bif_next = bp_first->bif_next;
[all...]

Completed in 26 milliseconds