HomeSort by relevance Sort by last modified time
    Searched defs:socktype (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/
connect.h 83 int socktype; member in struct:Curl_sockaddr_ex
urldata.h 928 int socktype; \/* SOCK_STREAM or SOCK_DGRAM *\/ member in struct:connectdata
    [all...]
  /external/libusb/libusb/os/
linux_netlink.c 92 int socktype = SOCK_RAW; local
97 socktype |= SOCK_CLOEXEC;
100 socktype |= SOCK_NONBLOCK;
103 linux_netlink_socket = socket(PF_NETLINK, socktype, NETLINK_KOBJECT_UEVENT);
105 usbi_dbg("failed to create netlink socket of type %d, attempting SOCK_RAW", socktype);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
38 --> List of (family, socktype, proto, canonname, sockaddr)
4145 int family, socktype, protocol, flags; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
38 --> List of (family, socktype, proto, canonname, sockaddr)
4063 int family, socktype, protocol, flags; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
38 --> List of (family, socktype, proto, canonname, sockaddr)
4170 int family, socktype, protocol, flags; local
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 234 int socktype; member in struct:curl_sockaddr
    [all...]
  /external/curl/include/curl/
curl.h 353 int socktype; member in struct:curl_sockaddr
    [all...]

Completed in 459 milliseconds