Searched refs:PPPIOCSACTIVE (Results 1 – 5 of 5) sorted by relevance
134 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ macro
103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ macro
821 #ifdef PPPIOCSACTIVE822 # undef PPPIOCSACTIVE823 # define PPPIOCSACTIVE 0x40087446 macro
981 #ifdef PPPIOCSACTIVE982 # undef PPPIOCSACTIVE983 # define PPPIOCSACTIVE 0x40087446 macro
1348 if (ioctl(ppp_dev_fd, PPPIOCSACTIVE, &fp) < 0) { in set_filters()