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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c481 ra_prop_t raprop; local
681 raprop.prop_name = key;
682 raprop.prop_values = vals;
683 raprop.prop_numvalues = numvalues;
685 &raprop) == -1)
1819 ra_prop_t *raprop = data; local
1839 if (ra_set_prop_from_string(h, inst, RA_PG_ROUTING, raprop->prop_name,
1840 SCF_TYPE_INVALID, B_FALSE, raprop->prop_numvalues,
1841 (const char **)raprop->prop_values) == -1)

Completed in 67 milliseconds