Symbol: net_hook_unregister
usr/src/uts/common/inet/ipd/ipd.c
439
(void) net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OUT,
usr/src/uts/common/inet/ipd/ipd.c
443
(void) net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_IN,
usr/src/uts/common/inet/ipd/ipd.c
447
(void) net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT,
usr/src/uts/common/inet/ipd/ipd.c
451
(void) net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_IN,
usr/src/uts/common/inet/ipd/ipd.c
481
VERIFY(net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OUT,
usr/src/uts/common/inet/ipd/ipd.c
483
VERIFY(net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_IN,
usr/src/uts/common/inet/ipd/ipd.c
485
VERIFY(net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT,
usr/src/uts/common/inet/ipd/ipd.c
487
VERIFY(net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_IN,
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
214
int tmp = net_hook_unregister(ifs->_f, \
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
663
ret = *hookedp ? net_hook_unregister(ifs->ifs_ipf_viona,
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
762
(net_hook_unregister(ifs->ifs_ipf_ipv4,
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
768
(net_hook_unregister(ifs->ifs_ipf_ipv4,
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
774
(net_hook_unregister(ifs->ifs_ipf_ipv6,
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
780
(net_hook_unregister(ifs->ifs_ipf_ipv6,
usr/src/uts/common/inet/ipnet/ipnet.c
1735
VERIFY(net_hook_unregister(ips->ips_ndv4, NH_NIC_EVENTS,
usr/src/uts/common/inet/ipnet/ipnet.c
1740
VERIFY(net_hook_unregister(ips->ips_ndv6, NH_NIC_EVENTS,
usr/src/uts/common/inet/ipnet/ipnet.c
1997
(void) net_hook_unregister(ipst->ips_ip4_observe_pr, NH_OBSERVE, hook);
usr/src/uts/common/inet/ipnet/ipnet.c
1999
(void) net_hook_unregister(ipst->ips_ip6_observe_pr, NH_OBSERVE, hook);
usr/src/uts/common/inet/ipnet/ipnet.c
2234
(void) net_hook_unregister(ipst->ips_ip4_observe_pr,
usr/src/uts/common/inet/ipnet/ipnet.c
2263
VERIFY(net_hook_unregister(ipst->ips_ip4_observe_pr, NH_OBSERVE,
usr/src/uts/common/inet/ipnet/ipnet.c
2266
VERIFY(net_hook_unregister(ipst->ips_ip6_observe_pr, NH_OBSERVE,
usr/src/uts/common/sys/neti.h
256
extern int net_hook_unregister(net_handle_t, char *, hook_t *);