Searched refs:rq2 (Results 1 – 1 of 1) sorted by relevance
1088 char *rq, *rq2; in get_ip() local1141 rq2 = rq; in get_ip()1142 rq2 = rt_strstr(rq2, find); in get_ip()1143 if (rq2 == RT_NULL) in get_ip()1147 rq2 -= 2; in get_ip()1148 *rq2 = 0x0; in get_ip()1163 rt_memcpy(ip, rq, rq2 - rq + 1); in get_ip()
Completed in 9 milliseconds