Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c391 static oval_t ra_str2oval(const char *);
2453 if ((oval = ra_str2oval(confstr)) == OPT_INVALID) { in ra_parseopt()
2470 if ((d_oval = ra_str2oval(confstr)) == OPT_INVALID) { in ra_parseopt()
2522 ra_str2oval(const char *valstr) in ra_str2oval() function