Searched defs:oopt (Results 1 - 3 of 3) sorted by relevance

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

Completed in 102 milliseconds