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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c790 ipif_t *tipif; local
793 for (tipif = dst_ill->ill_ipif;
794 tipif != NULL; tipif = tipif->ipif_next) {
795 if (!IPIF_IS_CONDEMNED(tipif) &&
796 (tipif->ipif_flags & IPIF_UP) &&
797 (tipif->ipif_zoneid == zoneid ||
798 tipif->ipif_zoneid == ALL_ZONES))
802 if (tipif
[all...]
H A Dip_ire.c901 ipif_t *tipif; local
904 for (tipif = dst_ill->ill_ipif;
905 tipif != NULL; tipif = tipif->ipif_next) {
906 if (!IPIF_IS_CONDEMNED(tipif) &&
907 (tipif->ipif_flags & IPIF_UP) &&
908 (tipif->ipif_zoneid == zoneid ||
909 tipif->ipif_zoneid == ALL_ZONES))
913 if (tipif
1959 ipif_t *tipif; local
[all...]
H A Dip_if.c11884 ipif_t *tipif; local
11908 while ((tipif = *tipifp) != NULL) {
11909 ASSERT(tipif->ipif_id >= id);
11910 if (tipif->ipif_id != id)
11913 tipifp = &(tipif->ipif_next);
11924 while ((tipif = *tipifp) != NULL) {
11925 ASSERT(tipif->ipif_id != id);
11926 if (tipif->ipif_id > id)
11928 tipifp = &(tipif->ipif_next);
11939 ipif->ipif_next = tipif;
[all...]

Completed in 75 milliseconds