Home | History | Annotate | Download | only in port

Lines Matching refs:sin6

126 debug_in6(char *str, size_t len, const struct sockaddr_in6 *sin6)
128 const uint8_t *s = sin6->sin6_addr.s6_addr;
134 SLEN(sin6), sin6->sin6_family, sin6->sin6_port,
135 sin6->sin6_flowinfo, s[0x0], s[0x1], s[0x2], s[0x3], s[0x4], s[0x5],
137 s[0xe], s[0xf], sin6->sin6_scope_id);
179 const struct sockaddr_in6 *sin6 = NULL;
216 sin6 = ((const struct sockaddr_in6 *)(const void *)sa);
217 p = ntohs(sin6->sin6_port);
218 a = &sin6->sin6_addr;
306 if (sin6) {
308 sin6->sin6_flowinfo);
316 if (sin6) {
318 sin6->sin6_scope_id);
354 debug_in6(nbuf, sizeof(nbuf), sin6);