HomeSort by: relevance | last modified time | path
    Searched defs:bind_if_to_bpf (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/wakeonlan/
wakeonlan.c 69 static int bind_if_to_bpf(char const *, int);
94 bind_if_to_bpf(char const *ifname, int bpf) function in typeref:typename:int
201 if (bind_if_to_bpf(argv[1], bpf) == -1) {
205 if (bind_if_to_bpf(ifname, bpf) == -1)

Completed in 10 milliseconds