Searched refs:have_route_to (Results 1 – 4 of 4) sorted by relevance
685 int have_route_to __P((u_int32_t)); /* Check if route to addr exists */
1239 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) { in auth_check_options()2014 return allow_any_ip || privileged || !have_route_to(addr);
1598 int have_route_to(u_int32_t addr) in have_route_to() function
2638 have_route_to(addr) in have_route_to() function