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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c295 OPT_INVALID, OPT_ENABLED, OPT_DISABLED, OPT_DEFAULT, OPT_UNKNOWN enumerator in enum:option_values
2462 if (oval != OPT_DEFAULT)
2480 if (oval == OPT_DEFAULT)
2493 if (ra_smf_cb(oval == OPT_DEFAULT ? ra_routing_opt_unset_cb :
2531 return (OPT_DEFAULT);

Completed in 50 milliseconds