Searched refs:PPPIOCSACTIVE (Results 1 – 3 of 3) sorted by relevance
134 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ macro
102 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ macro
1348 if (ioctl(ppp_dev_fd, PPPIOCSACTIVE, &fp) < 0) { in set_filters()