Lines Matching defs:ipdn_v6hdl
222 net_handle_t ipdn_v6hdl; /* IPv4 net handle */
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_OUT,
483 VERIFY(net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_IN,
497 VERIFY(net_protocol_release(ins->ipdn_v6hdl) == 0);