Home
last modified time | relevance | path

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

/external/ppp/pppd/include/net/
Dif_ppp.h134 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ macro
/external/strace/
Dioctl_redefs2.h821 #ifdef PPPIOCSACTIVE
822 # undef PPPIOCSACTIVE
823 # define PPPIOCSACTIVE 0x40087446 macro
Dioctl_redefs1.h981 #ifdef PPPIOCSACTIVE
982 # undef PPPIOCSACTIVE
983 # define PPPIOCSACTIVE 0x40087446 macro
/external/ppp/pppd/
Dsys-linux.c1348 if (ioctl(ppp_dev_fd, PPPIOCSACTIVE, &fp) < 0) { in set_filters()