Searched refs:a6 (Results 1 – 9 of 9) sorted by relevance
40 struct in6_addr a6; member
407 const struct in6_addr *a6; in ip6_sa2str() local414 a6 = &sa6->sin6_addr; in ip6_sa2str()427 if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) && in ip6_sa2str()
1248 struct in6_addr *a6; in ip6_str2scopeid() local1255 a6 = &sin6->sin6_addr; in ip6_str2scopeid()1261 if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) { in ip6_str2scopeid()1274 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6)) in ip6_str2scopeid()1276 if (IN6_IS_ADDR_MC_ORGLOCAL(a6)) in ip6_str2scopeid()
55 move $a5, $a6
61 PTR_S $a6,FRAME_ARG($a1) # arg
101 a6 = 1.19270763183362067845e-03, /* 0x3F538A94, 0x116F3F5D */ variable253 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgamma_r()
46 a6 = 1.19275391170326097618357349881842913e-03L, variable277 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+ in lgammal_r()
1327 struct sockaddr_in6 *a6, *b6; in sock_eq() local1338 a6 = (struct sockaddr_in6 *)(void *)a; in sock_eq()1340 return a6->sin6_port == b6->sin6_port && in sock_eq()1342 a6->sin6_scope_id == b6->sin6_scope_id && in sock_eq()1344 IN6_ARE_ADDR_EQUAL(&a6->sin6_addr, &b6->sin6_addr); in sock_eq()
25 __be32 a6[4]; member