Home
last modified time | relevance | path

Searched refs:gateway_unspec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Droute.c263 bool gateway_unspec; in rt_desc() local
271 gateway_unspec = sa_is_unspecified(&rt->rt_gateway); in rt_desc()
275 if (gateway_unspec) in rt_desc()
282 if (gateway_unspec) in rt_desc()
288 } else if (gateway_unspec) in rt_desc()
H A Dif-bsd.c707 bool gateway_unspec; in if_route() local
733 gateway_unspec = sa_is_unspecified(&rt->rt_gateway); in if_route()
755 if (!gateway_unspec || rt->rt_dest.sa_family!=AF_INET6) in if_route()
765 if (gateway_unspec) { in if_route()
810 if (gateway_unspec) in if_route()