Home
last modified time | relevance | path

Searched refs:DHO_ROUTER (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp.h85 DHO_ROUTER = 3, enumerator
Ddhcp.c658 if (!has_option_mask(ifo->nomask, DHO_ROUTER)) in get_option_routes()
659 p = get_option(ifp->ctx, dhcp, DHO_ROUTER, &len); in get_option_routes()
2638 state->offer, DHO_ROUTER) == 0) { in dhcp_probe_gw()
2668 if (get_option_addr(ifp->ctx, &gwa, state->offer, DHO_ROUTER)) in start_unicast_arp()
3793 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in dhcp_handleifa()
Dipv4.c556 !has_option_mask(ifp->options->dstmask, DHO_ROUTER)) in add_destination_route()