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

/freebsd-10.1-release/usr.sbin/wake/
H A Dwake.c58 static int bind_if_to_bpf(char const *ifname, int bpf);
85 bind_if_to_bpf(char const *ifname, int bpf) function
196 if (bind_if_to_bpf(argv[1], bpf) == -1) {
199 if (bind_if_to_bpf(ifname, bpf) == -1)

Completed in 41 milliseconds