Home
last modified time | relevance | path

Searched refs:ill_interface (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3195 ill_if_t *ill_interface; in ill_glist_insert() local
3212 ill_interface = IP_VX_ILL_G_LIST(index, ipst); in ill_glist_insert()
3216 while (ill_interface != (ill_if_t *)&IP_VX_ILL_G_LIST(index, ipst)) { in ill_glist_insert()
3217 if ((ill_interface->illif_name_len == name_length) && in ill_glist_insert()
3218 (strcmp(ill_interface->illif_name, name) == 0)) { in ill_glist_insert()
3221 ill_interface = ill_interface->illif_next; in ill_glist_insert()
3227 if (ill_interface == (ill_if_t *)&IP_VX_ILL_G_LIST(index, ipst)) { in ill_glist_insert()
3233 ill_interface = (ill_if_t *)mi_zalloc(sizeof (ill_if_t)); in ill_glist_insert()
3234 if (ill_interface == NULL) { in ill_glist_insert()
3238 (void) strcpy(ill_interface->illif_name, name); in ill_glist_insert()
[all …]