Searched refs:pffd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Daltq.c54 int pffd; local
56 pffd = open("/dev/pf", O_RDWR);
57 if (pffd == -1)
61 if (ioctl(pffd, DIOCSTARTALTQ) != 0 && errno != EEXIST)
64 if (ioctl(pffd, DIOCSTOPALTQ) != 0 && errno != ENOENT)
67 close(pffd);
75 int pffd; local
82 pffd = open("/dev/pf", O_RDONLY);
83 if (pffd == -1) {
88 if (ioctl(pffd, DIOCGETALTQ
[all...]

Completed in 96 milliseconds