Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c3193 ill_if_t *ill_interface; in ill_glist_insert() local
3210 ill_interface = IP_VX_ILL_G_LIST(index, ipst); in ill_glist_insert()
3214 while (ill_interface != (ill_if_t *)&IP_VX_ILL_G_LIST(index, ipst)) { in ill_glist_insert()
3215 if ((ill_interface->illif_name_len == name_length) && in ill_glist_insert()
3216 (strcmp(ill_interface->illif_name, name) == 0)) { in ill_glist_insert()
3219 ill_interface = ill_interface->illif_next; in ill_glist_insert()
3225 if (ill_interface == (ill_if_t *)&IP_VX_ILL_G_LIST(index, ipst)) { in ill_glist_insert()
3231 ill_interface = (ill_if_t *)mi_zalloc(sizeof (ill_if_t)); in ill_glist_insert()
3232 if (ill_interface == NULL) { in ill_glist_insert()
3236 (void) strcpy(ill_interface->illif_name, name); in ill_glist_insert()
[all …]