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

/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c133 ip_fw_ctl_t *ip_fw_ctl_ptr; variable
506 return err == 0 && ip_fw_ctl_ptr == NULL ? -1 : err;
546 if (ip_fw_ctl_ptr == 0)
548 if (ip_fw_ctl_ptr && error == 0)
549 error = ip_fw_ctl_ptr(sopt);
620 if (ip_fw_ctl_ptr == 0)
622 if (ip_fw_ctl_ptr && error == 0)
623 error = ip_fw_ctl_ptr(sopt);
H A Dip_fw.h320 extern ip_fw_ctl_t *ip_fw_ctl_ptr;
H A Dip_fw2.h651 extern ip_fw_ctl_t *ip_fw_ctl_ptr;
H A Dip_fw2.c3997 ip_fw_ctl_ptr = ipfw_ctl;

Completed in 22 milliseconds