/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/ |
adb.c | 988 char* portstr = strchr(host, ':'); local 993 if (portstr) { 994 if (portstr - host >= sizeof(hostbuf)) { 999 hostbuf[portstr - host] = 0; 1000 if (sscanf(portstr + 1, "%d", &port) == 0) { 1001 snprintf(buffer, buffer_size, "bad port number %s", portstr); [all...] |
/external/netperf/ |
nettest_bsd.h | 432 char *portstr,
|
nettest_bsd.c | 781 set_hostname_and_port(char *hostname, char *portstr, int family, int port) 790 sprintf(portstr, "%u", port); [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp.c | 3110 char portstr[PORT_MAX]; local [all...] |