Searched refs:PPPIOCSACTIVE (Results 1 – 4 of 4) sorted by relevance
139 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ macro
528 case PPPIOCSACTIVE: in pppioctl()
114 $0 ~ /PPPIOCSACTIVE/ ||
855 if (ioctl(ppp_fd, PPPIOCSACTIVE, active) == -1) { in set_filters()