Searched defs:ipdn_v4hdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c221 net_handle_t ipdn_v4hdl; /* IPv4 net handle */ member in struct:ipd_netstack
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_OU
[all...]

Completed in 1381 milliseconds