Home | History | Annotate | Download | only in lib

Lines Matching refs:ptr_next

5683       char *ptr_next = strchr(ptr, ':');
5684 if(ptr_next) {
5687 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {
5689 ptr = ptr_next + 1;