Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dip_arp.h96 ill_t *ai_ill; member
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_arp.c1249 ai->ai_ill = ill; in arl_ill_init()
1367 if ((ill = ai->ai_ill) != NULL) { in arl_to_ill()
1853 while (ai->ai_ill != NULL) in arp_modclose()
1929 if (ai->ai_ill == NULL) { in arp_modclose()
2169 if (ai->ai_ill != NULL) in arp_dlpi_send()
2170 ASSERT(IAM_WRITER_ILL(ai->ai_ill)); in arp_dlpi_send()
H A Dip.c4107 ai->ai_ill = NULL; in ip_modclose()