Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_route.c1750 in_port_t in_port; in nxt_http_route_addr_pattern_match() local
1771 in_port = ntohs(sin->sin_port); in nxt_http_route_addr_pattern_match()
1773 match = (in_port >= base->port.start && in_port <= base->port.end); in nxt_http_route_addr_pattern_match()
1817 in_port = ntohs(sin6->sin6_port); in nxt_http_route_addr_pattern_match()
1819 match = (in_port >= base->port.start && in_port <= base->port.end); in nxt_http_route_addr_pattern_match()