Searched refs:IPIF_UNNUMBERED (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_if.h120 #define IPIF_UNNUMBERED IFF_UNNUMBERED /* non-unique address */ macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c197 (ipif->ipif_flags & IPIF_UNNUMBERED) == 0)) ||
224 * but we skip the local address check if IPIF_UNNUMBERED is set. If the
267 * address, but we ignore the check on the local address if IPIF_UNNUMBERED
301 (ipif->ipif_flags & IPIF_UNNUMBERED) == 0)) ||
537 * case of an unnumbered interface (where IPIF_UNNUMBERED was set).
1236 if ((ipif->ipif_flags & (IPIF_UNNUMBERED|IPIF_NOLOCAL)) == 0) {
1341 * IPIF_UNNUMBERED later in
H A Dip_if.c4646 ((ipif->ipif_flags & IPIF_UNNUMBERED) == 0)) ||
4672 * but we skip the local address check if IPIF_UNNUMBERED is set. If the
4714 * address, but we ignore the check on the local address if IPIF_UNNUMBERED
4746 ((ipif->ipif_flags & IPIF_UNNUMBERED) == 0)) ||
4809 (!(ipif->ipif_flags & IPIF_UNNUMBERED) &&
5553 * case of an unnumbered interface (where IPIF_UNNUMBERED was set).
12261 (ipif->ipif_flags & IPIF_UNNUMBERED) ||
14302 new_ipif->ipif_flags &= ~IPIF_UNNUMBERED;
14319 (ipif->ipif_flags & IPIF_UNNUMBERED) ||
14325 new_ipif->ipif_flags |= IPIF_UNNUMBERED;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2861 { "UNN", IPIF_UNNUMBERED, IPIF_UNNUMBERED},

Completed in 209 milliseconds