Searched refs:ra_str2opt (Results 1 – 1 of 1) sorted by relevance
394 static raopt_t *ra_str2opt(const char *);521 if ((raopt = ra_str2opt(optarg)) != NULL) { in main()1088 raopt_t *v4opt = ra_str2opt(RA_OPT_IPV4_ROUTING); in ra_update_routing_svcs()1089 raopt_t *v6opt = ra_str2opt(RA_OPT_IPV6_ROUTING); in ra_update_routing_svcs()2420 if ((raopt = ra_str2opt(confstr)) != NULL) { in ra_parseconf()2536 ra_str2opt(const char *optnamestr) in ra_str2opt() function