Searched refs:ctlfunc (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | ip_icmp.c | 444 void (*ctlfunc)(int, struct sockaddr *, void *, struct ifnet *); in icmp_input() local 612 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input() 614 if (ctlfunc) { in icmp_input() 625 (*ctlfunc)(code, SA(&icmpsrc), in icmp_input()
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | icmp6.c | 991 void (*ctlfunc)(int, struct sockaddr *, void *, struct ifnet *); in icmp6_notify_error() local 1181 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error() 1182 if (ctlfunc) { in icmp6_notify_error() 1187 (void) (*ctlfunc)(code, (struct sockaddr *)&icmp6dst, in icmp6_notify_error()
|