HomeSort by: relevance | last modified time | path
    Searched refs:gateway_unspec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
route.c 272 bool gateway_unspec; local
280 gateway_unspec = sa_is_unspecified(&rt->rt_gateway);
284 if (gateway_unspec)
291 if (gateway_unspec)
297 } else if (gateway_unspec)
if-bsd.c 709 bool gateway_unspec; local
735 gateway_unspec = sa_is_unspecified(&rt->rt_gateway);
754 if (!gateway_unspec || rt->rt_dest.sa_family!=AF_INET6)
764 if (gateway_unspec && !(rtm->rtm_flags & RTF_REJECT)) {
809 if (gateway_unspec)

Completed in 17 milliseconds