Searched defs:ipdn_v6hdl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 222 net_handle_t ipdn_v6hdl; /* IPv4 net handle */ member in struct:ipd_netstack 367 ins->ipdn_v6hdl = net_protocol_lookup(ins->ipdn_netid, NHF_INET6); 368 if (ins->ipdn_v6hdl == NULL) 412 if (net_hook_register(ins->ipdn_v6hdl, NH_PHYSICAL_IN, 427 if (net_hook_register(ins->ipdn_v6hdl, NH_PHYSICAL_OUT, 439 (void) net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OUT, 443 (void) net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_IN, 468 if (ins->ipdn_v6hdl != NULL) 469 (void) net_protocol_release(ins->ipdn_v6hdl); 481 VERIFY(net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OU [all...] |
Completed in 2139 milliseconds