HomeSort by: relevance | last modified time | path
    Searched refs:DIOCGETRULES (Results 1 - 6 of 6) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl.c 776 if (ioctl(dev, DIOCGETRULES, &pr)) {
777 warn("DIOCGETRULES");
783 if (ioctl(dev, DIOCGETRULES, &pr)) {
784 warn("DIOCGETRULES");
837 if (ioctl(dev, DIOCGETRULES, &pr)) {
838 warn("DIOCGETRULES");
925 if (ioctl(dev, DIOCGETRULES, &pr)) {
926 warn("DIOCGETRULES");
pfctl_optimize.c 889 if (ioctl(pf->dev, DIOCGETRULES, &pr)) {
890 warn("DIOCGETRULES");
904 warn("DIOCGETRULES");
  /src/sys/dist/pf/net/
pf_ioctl.c 1264 case DIOCGETRULES:
1317 case DIOCGETRULES:
1566 case DIOCGETRULES: {
pfvar.h 1507 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1717 unsigned IOCTL_DIOCGETRULES = DIOCGETRULES;
sanitizer_interceptors_ioctl_netbsd.inc 776 _(DIOCGETRULES, READWRITE, struct_pfioc_rule_sz);

Completed in 29 milliseconds