Searched refs:srcstr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | llp.c | 192 char *cp, *lasts, *lstr, *srcstr, *addrstr; in parse_llp_config() local 222 ((srcstr = strtok_r(NULL, " \t", &lasts)) == NULL)) { in parse_llp_config() 235 if (strcasecmp(srcstr, STATICSTR) == 0) { in parse_llp_config() 249 } else if (strcasecmp(srcstr, DHCP) == 0) { in parse_llp_config() 252 } else if (strcasecmp(srcstr, IPV6) == 0) { in parse_llp_config() 264 } else if (strcasecmp(srcstr, NOIPV6) == 0) { in parse_llp_config() 267 } else if (strcasecmp(srcstr, PRIORITY) == 0) { in parse_llp_config() 278 "unrecognized field '%s'", lnum, srcstr); in parse_llp_config()
|