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

  /external/chromium/net/ocsp/
nss_ocsp.cc 38 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
452 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
454 LOG(INFO) << "OCSP create session: host=" << host << " port=" << portnum; local
460 *pSession = new OCSPServerSession(host, portnum);
  /external/qemu/hw/
usb-ohci.c     [all...]
  /external/iptables/
ip6tables.c 265 unsigned int portnum; local
267 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
268 (portnum = service_to_port(port, proto)) != -1)
269 return (u_int16_t)portnum;
    [all...]
iptables.c 270 unsigned int portnum; local
272 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
273 (portnum = service_to_port(port, proto)) != -1)
274 return (u_int16_t)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 166 milliseconds