icmp6.c | 980 void *(*ctlfunc)(int, const struct sockaddr *, void *); local in function:icmp6_notify_error 1048 * (i.e. ctlfunc will be NULL), but we go 1107 ctlfunc = inet6sw[ip6_protox[nxt]].pr_ctlinput; 1108 if (ctlfunc) { 1109 (void)(*ctlfunc)(code, sin6tosa(&icmp6dst), &ip6cp);
|