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

  /src/tests/net/if_vlan/
bpfopen.c 72 static const char *path_bpf = "/dev/bpf"; variable in typeref:typename:const char *
95 path_bpf = optarg;
173 bpfd = open(path_bpf, O_RDONLY);
bpfopen.c 72 static const char *path_bpf = "/dev/bpf"; variable in typeref:typename:const char *
95 path_bpf = optarg;
173 bpfd = open(path_bpf, O_RDONLY);

Completed in 23 milliseconds