Home
last modified time | relevance | path

Searched refs:PPPIOCSPASS (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/include/net/
Dif_ppp.h133 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h101 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ macro
/external/strace/
Dioctl_redefs2.h917 #ifdef PPPIOCSPASS
918 # undef PPPIOCSPASS
919 # define PPPIOCSPASS 0x40087447 macro
Dioctl_redefs1.h1073 #ifdef PPPIOCSPASS
1074 # undef PPPIOCSPASS
1075 # define PPPIOCSPASS 0x40087447 macro
/external/ppp/pppd/
Dsys-linux.c1339 if (ioctl(ppp_dev_fd, PPPIOCSPASS, &fp) < 0) { in set_filters()