Searched refs:a6 (Results 1 – 10 of 10) sorted by relevance
42 struct in6_addr a6; member
58 #define a6 $10 macro
398 const struct in6_addr *a6; in ip6_sa2str() local405 a6 = &sa6->sin6_addr; in ip6_sa2str()418 if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) && in ip6_sa2str()
1243 struct in6_addr *a6; in ip6_str2scopeid() local1250 a6 = &sin6->sin6_addr; in ip6_str2scopeid()1256 if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) { in ip6_str2scopeid()1269 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6)) in ip6_str2scopeid()1271 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()
1306 struct sockaddr_in6 *a6, *b6; in sock_eq() local1317 a6 = (struct sockaddr_in6 *)(void *)a; in sock_eq()1319 return a6->sin6_port == b6->sin6_port && in sock_eq()1321 a6->sin6_scope_id == b6->sin6_scope_id && in sock_eq()1323 IN6_ARE_ADDR_EQUAL(&a6->sin6_addr, &b6->sin6_addr); in sock_eq()
25 __be32 a6[4]; member