Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c408 static int ra_get_set_opt_common_cb(raopt_t *, scf_walkinfo_t *, boolean_t,
1295 return (ra_get_set_opt_common_cb(data, wip, B_FALSE, B_FALSE)); in ra_set_current_opt_cb()
1305 return (ra_get_set_opt_common_cb(data, wip, B_TRUE, B_FALSE)); in ra_set_persistent_opt_cb()
1311 return (ra_get_set_opt_common_cb(data, wip, B_FALSE, B_TRUE)); in ra_get_current_opt_cb()
1317 return (ra_get_set_opt_common_cb(data, wip, B_TRUE, B_TRUE)); in ra_get_persistent_opt_cb()
1365 ra_get_set_opt_common_cb(raopt_t *raopt, scf_walkinfo_t *wip, in ra_get_set_opt_common_cb() function