Searched defs: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.c124 * This is implemented through the ra_get_set_opt_common_cb() function,
410 static int ra_get_set_opt_common_cb(raopt_t *, scf_walkinfo_t *, boolean_t,
1297 return (ra_get_set_opt_common_cb(data, wip, B_FALSE, B_FALSE));
1307 return (ra_get_set_opt_common_cb(data, wip, B_TRUE, B_FALSE));
1313 return (ra_get_set_opt_common_cb(data, wip, B_FALSE, B_TRUE));
1319 return (ra_get_set_opt_common_cb(data, wip, B_TRUE, B_TRUE));
1367 ra_get_set_opt_common_cb(raopt_t *raopt, scf_walkinfo_t *wip, function

Completed in 51 milliseconds