Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.h280 int get_option_addr(struct dhcpcd_ctx *,struct in_addr *,
Ddhcp.c242 get_option_addr(struct dhcpcd_ctx *ctx, in get_option_addr() function
1339 if (get_option_addr(ifp->ctx, &net, in dhcp_env()
1347 if (get_option_addr(ifp->ctx, &brd, in dhcp_env()
1439 if (get_option_addr(ctx, &lease->net, dhcp, DHO_SUBNETMASK) == -1) in get_lease()
1441 if (get_option_addr(ctx, &lease->brd, dhcp, DHO_BROADCAST) == -1) in get_lease()
1451 if (get_option_addr(ctx, &lease->server, dhcp, DHO_SERVERID) != 0) in get_lease()
2507 r = get_option_addr(ifp->ctx, &addr, dhcp, DHO_SERVERID); in log_dhcp1()
2637 if (get_option_addr(ifp->ctx, &gateway_addr, in dhcp_probe_gw()
2668 if (get_option_addr(ifp->ctx, &gwa, state->offer, DHO_ROUTER)) in start_unicast_arp()
3066 get_option_addr(ifp->ctx, in dhcp_handledhcp()