Lines Matching refs:next_ip_str
1204 char *next_ip_str;
1226 if (!(next_ip_str = strchr(val, ','))) {
1233 } else if (next_ip_str - val >= (int)sizeof(ip_str))
1237 memcpy(ip_str, val, next_ip_str - val);
1238 ip_str[next_ip_str - val] = 0;
1244 val = next_ip_str + 1;
1259 char *next_ip_str;
1281 if (!(next_ip_str = strchr(val, ','))) {
1288 } else if (next_ip_str - val >= (int)sizeof(ip_str))
1292 memcpy(ip_str, val, next_ip_str - val);
1293 ip_str[next_ip_str - val] = 0;
1299 val = next_ip_str + 1;