Searched refs:next_opt (Results 1 - 1 of 1) sorted by relevance

/net/dns_resolver/
H A Ddns_key.c83 const char *next_opt; local
92 next_opt = memchr(opt, '#', end - opt) ?: end;
93 opt_len = next_opt - opt;
103 opt_vlen = next_opt - eq; /* will be -1 if no value */
135 } while (opt = next_opt + 1, opt < end);

Completed in 140 milliseconds