/system/core/adb/ |
backup_service.c | 95 char portnum[16]; local 111 snprintf(portnum, sizeof(portnum), "%d", s[1]); 112 bu_args[argc++] = portnum;
|
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 97 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum, 574 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum, 576 VLOG(1) << "OCSP create session: host=" << host << " port=" << portnum; local 588 *pSession = new OCSPServerSession(host, portnum);
|
/external/iptables/iptables/ |
xtables.c | 484 unsigned int portnum; local 486 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) || 487 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1) 488 return portnum; [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 352 u8 portnum; /* Parent port number (origin 1) */ member in struct:usb_device [all...] |