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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c192 char *cp, *lasts, *lstr, *srcstr, *addrstr; local
222 ((srcstr = strtok_r(NULL, " \t", &lasts)) == NULL)) {
235 if (strcasecmp(srcstr, STATICSTR) == 0) {
249 } else if (strcasecmp(srcstr, DHCP) == 0) {
252 } else if (strcasecmp(srcstr, IPV6) == 0) {
264 } else if (strcasecmp(srcstr, NOIPV6) == 0) {
267 } else if (strcasecmp(srcstr, PRIORITY) == 0) {
278 "unrecognized field '%s'", lnum, srcstr);

Completed in 132 milliseconds