Home
last modified time | relevance | path

Searched refs:raprop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c479 ra_prop_t raprop; in main() local
679 raprop.prop_name = key; in main()
680 raprop.prop_values = vals; in main()
681 raprop.prop_numvalues = numvalues; in main()
683 &raprop) == -1) in main()
1817 ra_prop_t *raprop = data; in ra_modify_props_cb() local
1837 if (ra_set_prop_from_string(h, inst, RA_PG_ROUTING, raprop->prop_name, in ra_modify_props_cb()
1838 SCF_TYPE_INVALID, B_FALSE, raprop->prop_numvalues, in ra_modify_props_cb()
1839 (const char **)raprop->prop_values) == -1) in ra_modify_props_cb()