/external/nist-sip/java/gov/nist/javax/sip/stack/ |
HopImpl.java | 105 String portstr; local 107 portstr = hop.substring(colon+1,slash); 110 portstr = hop.substring(colon+1); 114 port = Integer.parseInt(portstr);
|
/system/core/adb/ |
services.c | 429 char* portstr = strchr(host, ':'); local 435 if (portstr) { 436 if (portstr - host >= (ptrdiff_t)sizeof(hostbuf)) { 441 hostbuf[portstr - host] = 0; 442 if (sscanf(portstr + 1, "%d", &port) == 0) { 443 snprintf(buffer, buffer_size, "bad port number %s", portstr);
|
/external/openssh/ |
ssh.c | 242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local 744 snprintf(portstr, sizeof(portstr), "%d", options.port); 751 "p", portstr, "u", pw->pw_name, "L", shorthost, 781 "p", portstr, "u", pw->pw_name, "L", shorthost, [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp.c | 3050 char portstr[PORT_MAX]; local [all...] |