Searched refs:ptr_next (Results 1 – 1 of 1) sorted by relevance
2976 char *ptr_next = strchr(ptr, ':'); local2977 if(ptr_next) {2980 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {2982 ptr = ptr_next + 1;
Completed in 10 milliseconds