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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h342 extern ip6_fw_ctl_t *ip6_fw_ctl_ptr;
H A Draw_ip6.c657 if (ip6_fw_ctl_ptr == 0)
659 if (ip6_fw_ctl_ptr)
660 error = ip6_fw_ctl_ptr(sopt);
695 if (ip6_fw_ctl_ptr == 0)
697 if (ip6_fw_ctl_ptr)
698 error = ip6_fw_ctl_ptr(sopt);
H A Dip6_output.c2226 if (ip6_fw_ctl_ptr == NULL)
2228 if (ip6_fw_ctl_ptr != NULL)
2229 error = (*ip6_fw_ctl_ptr)(sopt);
2485 if (ip6_fw_ctl_ptr == NULL)
2487 if (ip6_fw_ctl_ptr != NULL)
2488 error = (*ip6_fw_ctl_ptr)(sopt);
H A Dip6_fw.c1444 ip6_fw_ctl_ptr = ip6_fw_ctl;
H A Dip6_input.c199 ip6_fw_ctl_t *ip6_fw_ctl_ptr; variable

Completed in 405 milliseconds