Searched refs:sin6 (Results 1 – 2 of 2) sorted by relevance
19 struct sockaddr_in6 sin6;21 sin6.sin6_family = AF_INET6;22 printf(\"%d\", sin6.sin6_family);
1754 struct sockaddr_in6 *sin6; in nxt_http_route_addr_pattern_match() local1816 sin6 = &sa->u.sockaddr_in6; in nxt_http_route_addr_pattern_match()1817 in_port = ntohs(sin6->sin6_port); in nxt_http_route_addr_pattern_match()1830 match = (memcmp(&sin6->sin6_addr, &p->addr.v6.start, in nxt_http_route_addr_pattern_match()1836 match = (memcmp(&sin6->sin6_addr, &p->addr.v6.start, in nxt_http_route_addr_pattern_match()1838 && memcmp(&sin6->sin6_addr, &p->addr.v6.end, in nxt_http_route_addr_pattern_match()1844 match = ((sin6->sin6_addr.s6_addr[i] in nxt_http_route_addr_pattern_match()