Home | History | Annotate | Download | only in lib

Lines Matching refs:ptr_next

5476       char *ptr_next = strchr(ptr, ':');
5477 if(ptr_next) {
5480 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {
5482 ptr = ptr_next + 1;