Lines Matching refs:get_option
150 #define get_option_raw(ctx, dhcp, opt) get_option(ctx, dhcp, opt, NULL)
152 get_option(struct dhcpcd_ctx *ctx, in get_option() function
249 p = get_option(ctx, dhcp, option, &len); in get_option_addr()
264 p = get_option(ctx, dhcp, option, &len); in get_option_uint32()
280 p = get_option(ctx, dhcp, option, &len); in get_option_uint8()
537 p = get_option(ctx, dhcp, option, &len); in get_option_string()
594 p = get_option(ifp->ctx, dhcp, DHO_CSR, &len); in get_option_routes()
599 p = get_option(ifp->ctx, dhcp, DHO_MSCSR, &len); in get_option_routes()
629 p = get_option(ifp->ctx, dhcp, DHO_STATICROUTE, &len); in get_option_routes()
659 p = get_option(ifp->ctx, dhcp, DHO_ROUTER, &len); in get_option_routes()
1184 auth = get_option(ifp->ctx, dhcp, DHO_AUTHENTICATION, &auth_len); in read_lease()
1312 p = get_option(ifp->ctx, dhcp, opt->option, &pl); in dhcp_env()
1324 p = get_option(ifp->ctx, dhcp, opt->option, &pl); in dhcp_env()
1393 if ((p = get_option(ifp->ctx, dhcp, opt->option, &pl))) { in dhcp_env()
1420 if ((p = get_option(ifp->ctx, dhcp, opt->option, &pl))) in dhcp_env()
2854 auth = get_option(ifp->ctx, dhcp, DHO_AUTHENTICATION, &auth_len); in dhcp_handledhcp()