Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.h92 DHO_ROUTER = 3, enumerator
H A Dipv4.c342 has_option_mask(ifp->options->dstmask, DHO_ROUTER)) in inet_dhcproutes()
H A Ddhcp.c641 if (!has_option_mask(ifo->nomask, DHO_ROUTER)) in get_option_routes()
642 p = get_option(ifp->ctx, bootp, bootp_len, DHO_ROUTER, &len); in get_option_routes()
4302 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i)) in dhcp_handleifa()
H A Dif-options.c1342 del_option_mask(ifo->nomask, DHO_ROUTER); in parse_option()