Searched refs:next_opt (Results 1 – 3 of 3) sorted by relevance
150 const char *next_opt; in dns_resolver_preparse() local160 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()
258 struct gve_device_option *next_opt; in gve_process_device_options() local260 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options()261 if (!next_opt) { in gve_process_device_options()273 dev_opt = next_opt; in gve_process_device_options()
238 goto next_opt; in ndisc_parse_options()284 next_opt: in ndisc_parse_options()