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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c280 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);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c280 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);
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dif.c282 struct bpf_version bpf_ver; local
363 if (ioctl(fd, BIOCVERSION, &bpf_ver) < 0) {
366 if ((bpf_ver.bv_major != BPF_MAJOR_VERSION) ||
367 (bpf_ver.bv_minor < BPF_MINOR_VERSION)) {
371 bpf_ver.bv_major, bpf_ver.bv_minor);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dif.c269 struct bpf_version bpf_ver; local
350 if (ioctl(fd, BIOCVERSION, &bpf_ver) < 0) {
353 if ((bpf_ver.bv_major != BPF_MAJOR_VERSION) ||
354 (bpf_ver.bv_minor < BPF_MINOR_VERSION)) {
358 bpf_ver.bv_major, bpf_ver.bv_minor);

Completed in 168 milliseconds