Home
last modified time | relevance | path

Searched refs:config_line_address (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/frontend/
H A Dsaned.c1154 static struct in_addr config_line_address; in check_host() local
1285 if (inet_pton (AF_INET, config_line, &config_line_address) > 0) in check_host()
1288 &config_line_address.s_addr, 4) == 0) in check_host()
1292 if (check_v4_in_range (&remote_address, &config_line_address, netmask)) in check_host()

Completed in 4 milliseconds