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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Draw_ip6.c502 if (ip6_fw_ctl_ptr == 0)
504 if (ip6_fw_ctl_ptr)
505 error = ip6_fw_ctl_ptr(sopt);
531 if (ip6_fw_ctl_ptr == 0)
533 if (ip6_fw_ctl_ptr)
534 error = ip6_fw_ctl_ptr(sopt);
H A Dip6_fw.h272 extern ip6_fw_ctl_t *ip6_fw_ctl_ptr;
H A Dip6_output.c1614 if (ip6_fw_ctl_ptr == NULL && load_ipfw() != 0)
1617 error = (*ip6_fw_ctl_ptr)(sopt);
1768 if (ip6_fw_ctl_ptr == NULL && load_ipfw() != 0)
1771 error = (*ip6_fw_ctl_ptr)(sopt);
H A Dip6_fw.c1391 ip6_fw_ctl_ptr = ip6_fw_ctl;
H A Dip6_input.c171 ip6_fw_ctl_t *ip6_fw_ctl_ptr; variable

Completed in 23 milliseconds