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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c394 static raopt_t *ra_str2opt(const char *);
521 if ((raopt = ra_str2opt(optarg)) != NULL) {
1088 raopt_t *v4opt = ra_str2opt(RA_OPT_IPV4_ROUTING);
1089 raopt_t *v6opt = ra_str2opt(RA_OPT_IPV6_ROUTING);
2420 if ((raopt = ra_str2opt(confstr)) != NULL) {
2536 ra_str2opt(const char *optnamestr) function

Completed in 50 milliseconds