Lines Matching defs:ipdn_v4hdl
221 net_handle_t ipdn_v4hdl; /* IPv4 net handle */
363 ins->ipdn_v4hdl = net_protocol_lookup(ins->ipdn_netid, NHF_INET);
364 if (ins->ipdn_v4hdl == NULL)
382 if (net_hook_register(ins->ipdn_v4hdl, NH_PHYSICAL_IN,
397 if (net_hook_register(ins->ipdn_v4hdl, NH_PHYSICAL_OUT,
447 (void) net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT,
451 (void) net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_IN,
471 if (ins->ipdn_v4hdl != NULL)
472 (void) net_protocol_release(ins->ipdn_v4hdl);
485 VERIFY(net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT,
487 VERIFY(net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_IN,
498 VERIFY(net_protocol_release(ins->ipdn_v4hdl) == 0);