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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c15320 boolean_t samenet; local
15441 samenet = ((ipif->ipif_net_mask & dst) == ipif->ipif_subnet);
15446 type = samenet ? IPIF_SAMENET_DEPRECATED :
15449 type = samenet ? IPIF_SAMENET_ALLZONES :
15452 type = samenet ? IPIF_SAMENET : IPIF_DIFFNET;

Completed in 88 milliseconds