Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcpcd.h124 size_t dhcp_opts_len; member
Ddhcp.c135 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_printoptions()
976 i < ifp->ctx->dhcp_opts_len; in make_message()
1267 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_getoption()
1305 i < ifp->ctx->dhcp_opts_len; in dhcp_env()
1372 i < ifp->ctx->dhcp_opts_len; in dhcp_env()
1386 i < ifp->ctx->dhcp_opts_len; in dhcp_env()
Ddhcpcd.c169 ctx->dhcp_opts_len > 0; in free_globals()
170 opt++, ctx->dhcp_opts_len--) in free_globals()
Dif-options.c545 *dl = ctx->dhcp_opts_len; in set_option_space()
2210 ctx->dhcp_opts_len = ifo->dhcp_override_len;