Searched refs:a6 (Results 1 – 7 of 7) sorted by relevance
41 struct in6_addr a6; member
410 const struct in6_addr *a6; in ip6_sa2str() local417 a6 = &sa6->sin6_addr; in ip6_sa2str()430 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()
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()
1329 struct sockaddr_in6 *a6, *b6; in sock_eq() local1340 a6 = (struct sockaddr_in6 *)(void *)a; in sock_eq()1342 return a6->sin6_port == b6->sin6_port && in sock_eq()1344 a6->sin6_scope_id == b6->sin6_scope_id && in sock_eq()1346 IN6_ARE_ADDR_EQUAL(&a6->sin6_addr, &b6->sin6_addr); in sock_eq()
25 __be32 a6[4]; member