Searched refs:next_opt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/dns_resolver/ |
H A D | dns_key.c | 150 const char *next_opt; in dns_resolver_preparse() local 160 next_opt = memchr(opt, '#', end - opt) ?: end; in dns_resolver_preparse() 161 opt_len = next_opt - opt; in dns_resolver_preparse() 172 memcpy(optval, eq, next_opt - eq); in dns_resolver_preparse() 173 optval[next_opt - eq] = '\0'; in dns_resolver_preparse() 204 } while (opt = next_opt + 1, opt < end); in dns_resolver_preparse()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_adminq.c | 176 struct gve_device_option *next_opt; in gve_process_device_options() local 178 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options() 179 if (!next_opt) { in gve_process_device_options() 189 dev_opt = next_opt; in gve_process_device_options()
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 249 QemuOpt *opt, *next_opt; in qemu_opt_del_all() local 251 QTAILQ_FOREACH_SAFE(opt, &opts->head, next, next_opt) { in qemu_opt_del_all()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 238 goto next_opt; in ndisc_parse_options() 284 next_opt: in ndisc_parse_options()
|