Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.c804 struct dhcp_opt *eopt, *oopt; in dhcp_envoption() local
880 dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &oopt); in dhcp_envoption()
881 if (oopt) in dhcp_envoption()
882 oopt->index = 0; in dhcp_envoption()
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) { in dhcp_envoption()
893 if (oopt == NULL) in dhcp_envoption()
900 eopt->type & OPTION ? oopt : eopt, in dhcp_envoption()
Ddhcp6.c247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp6_getoption() argument
269 *oopt = NULL; in dhcp6_getoption()
274 *oopt = opt; in dhcp6_getoption()
Ddhcp.c1247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp_getoption() argument
1266 *oopt = NULL; in dhcp_getoption()
1269 *oopt = opt; in dhcp_getoption()