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

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_prop.c858 * `rvalue' defines if the `inbuf' contains just names or both names
862 lldp_str2nvlist(const char *inbuf, nvlist_t **nvl, boolean_t rvalue) argument
874 if (!rvalue && strchr(inbuf, '=') != NULL)
894 if (rvalue) {
910 sep = (rvalue ? ";" : ",");

Completed in 19 milliseconds