Home
last modified time | relevance | path

Searched refs:v6 (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_http_route.c1830 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()
1845 & p->addr.v6.end.s6_addr[i]) in nxt_http_route_addr_pattern_match()
1846 == p->addr.v6.start.s6_addr[i]); in nxt_http_route_addr_pattern_match()
H A Dnxt_http_route_addr.c94 inet6 = &pattern->addr.v6; in nxt_http_route_addr_pattern_parse()
H A Dnxt_http_route_addr.h65 nxt_http_route_in6_addr_range_t v6; member