Searched refs:next_opt (Results 1 – 3 of 3) sorted by relevance
143 const char *next_opt; in dns_resolver_preparse() local153 next_opt = memchr(opt, '#', end - opt) ?: end; in dns_resolver_preparse()154 opt_len = next_opt - opt; in dns_resolver_preparse()165 memcpy(optval, eq, next_opt - eq); in dns_resolver_preparse()166 optval[next_opt - eq] = '\0'; in dns_resolver_preparse()197 } while (opt = next_opt + 1, opt < end); in dns_resolver_preparse()
158 struct gve_device_option *next_opt; in gve_process_device_options() local160 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options()161 if (!next_opt) { in gve_process_device_options()170 dev_opt = next_opt; in gve_process_device_options()
236 goto next_opt; in ndisc_parse_options()281 next_opt: in ndisc_parse_options()