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

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c184 const char *valptr, *nxtopt; local
223 nxtopt = valptr;
226 nxtopt = parse_entry(attrbuf, sizeof (attrbuf),
228 if (*nxtopt == '=') {
229 *errstrp = (char *)nxtopt;
234 if (*nxtopt == ',')
235 nxtopt++;
316 options = nxtopt;

Completed in 57 milliseconds