Home
last modified time | relevance | path

Searched refs:ips_ipv6nicevents (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c513 ipst->ips_ipv6nicevents = net_event_register( in ipv6_hook_init()
515 if (ipst->ips_ipv6nicevents == NULL) { in ipv6_hook_init()
558 if (ipst->ips_ipv6nicevents != NULL) { in ipv6_hook_shutdown()
605 if (ipst->ips_ipv6nicevents != NULL) { in ipv6_hook_destroy()
608 ipst->ips_ipv6nicevents = NULL; in ipv6_hook_destroy()
1540 ipst->ips_ipv6nicevents : ipst->ips_ipv4nicevents; in ip_ne_queue_func()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h423 hook_event_token_t ips_ipv6nicevents; member