OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bpf_ver
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
if.c
280
struct bpf_version
bpf_ver
;
local
361
if (ioctl(fd, BIOCVERSION, &
bpf_ver
) < 0) {
364
if ((
bpf_ver
.bv_major != BPF_MAJOR_VERSION) ||
365
(
bpf_ver
.bv_minor < BPF_MINOR_VERSION)) {
369
bpf_ver
.bv_major,
bpf_ver
.bv_minor);
Completed in 3159 milliseconds