HomeSort by relevance Sort by last modified time
    Searched refs:portnum (Results 1 - 6 of 6) sorted by null

  /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/qemu/hw/
usb-ohci.c     [all...]
  /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/openssh/regress/
Makefile 55 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...]

Completed in 395 milliseconds