Lines Matching refs:ip6
101 in6_addr_t *ip6, in new_esi_portal() argument
110 if (((int *)ip6)[0] == 0x00 && in new_esi_portal()
111 ((int *)ip6)[1] == 0x00 && in new_esi_portal()
112 ((uchar_t *)ip6)[8] == 0x00 && in new_esi_portal()
113 ((uchar_t *)ip6)[9] == 0x00 && in new_esi_portal()
114 ((uchar_t *)ip6)[10] == 0xFF && in new_esi_portal()
115 ((uchar_t *)ip6)[11] == 0xFF) { in new_esi_portal()
117 p->ip4 = ((uint32_t *)ip6)[3]; in new_esi_portal()
121 p->ip6 = ip6; in new_esi_portal()
151 free(p->ip6); in free_esi_portal()
1347 sizeof (in6_addr_t), (void *)p->ip6, 0) == 0 && in esi_monitor()
1352 so = connect_to(p->sz, p->ip4, p->ip6, p->esip); in esi_monitor()