Home | History | Annotate | Download | only in strace

Lines Matching refs:sa6

1208 		struct sockaddr_in6 sa6;
1263 inet_ntop(AF_INET6, &addrbuf.sa6.sin6_addr, string_addr, sizeof(string_addr));
1265 ntohs(addrbuf.sa6.sin6_port), string_addr,
1266 addrbuf.sa6.sin6_flowinfo);
1271 if (IN6_IS_ADDR_LINKLOCAL (&addrbuf.sa6.sin6_addr)
1272 || IN6_IS_ADDR_MC_LINKLOCAL (&addrbuf.sa6.sin6_addr)) {
1275 if (if_indextoname (addrbuf.sa6.sin6_scope_id, scopebuf) == NULL)
1284 tprintf(", sin6_scope_id=%u", addrbuf.sa6.sin6_scope_id);