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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h341 extern ip6_fw_chk_t *ip6_fw_chk_ptr;
H A Dip6_forward.c604 if (ip6_fw_enable && ip6_fw_chk_ptr) {
610 if (ip6_fw_chk_ptr(&ip6, ifp, &port, &m)) {
H A Dip6_input.c198 ip6_fw_chk_t *ip6_fw_chk_ptr; variable
643 if (ip6_fw_enable && ip6_fw_chk_ptr) {
647 if ((*ip6_fw_chk_ptr)(&ip6, NULL, &port, &m)) {
H A Dip6_output.c1178 if (ip6_fw_enable && ip6_fw_chk_ptr) {
1182 if (ip6_fw_chk_ptr(&ip6, ifp, &port, &m)) {
H A Dip6_fw.c1443 ip6_fw_chk_ptr = ip6_fw_chk;

Completed in 23 milliseconds