Searched refs:prefixlen_string (Results 1 – 1 of 1) sorted by relevance
485 char *copy, *ip_address, *prefixlen_string, *lasts; in test_condition_ip_address() local497 prefixlen_string = strtok_r(NULL, " \t", &lasts); in test_condition_ip_address()514 if (prefixlen_string != NULL) in test_condition_ip_address()515 wa.prefixlen = atoi(prefixlen_string); in test_condition_ip_address()