HomeSort by relevance Sort by last modified time
    Searched refs:socktype (Results 1 - 25 of 67) sorted by null

1 2 3

  /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);
  /external/toybox/lib/
net.c 18 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
26 info.ai_socktype = socktype;
  /external/python/cpython2/Lib/logging/
handlers.py 741 facility=LOG_USER, socktype=None):
747 If facility is not specified, LOG_USER is used. If socktype is
750 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
757 self.socktype = socktype
764 if socktype is None:
765 socktype = socket.SOCK_DGRAM
766 self.socket = socket.socket(socket.AF_INET, socktype)
767 if socktype == socket.SOCK_STREAM:
769 self.socktype = socktyp
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /external/curl/lib/
connect.h 89 int socktype; member in struct:Curl_sockaddr_ex
hostip6.c 199 hints.ai_socktype = conn->socktype;
connect.c 681 if(conn->socktype == SOCK_DGRAM)
1020 addr.socktype == SOCK_STREAM;
1022 is_tcp = (addr.family == AF_INET) && addr.socktype == SOCK_STREAM;
1075 if(!isconnected && (conn->socktype == SOCK_STREAM))
    [all...]
  /kernel/tests/net/test/
net_test.py 190 def CreateSocketPair(family, socktype, addr):
191 clientsock = socket(family, socktype, 0)
192 listensock = socket(family, socktype, 0)
195 if socktype == SOCK_STREAM:
198 if socktype == SOCK_STREAM:
sock_diag_test.py 87 def _CreateLotsOfSockets(socktype):
95 socketpair = net_test.CreateSocketPair(family, socktype, addr)
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py 798 facility=LOG_USER, socktype=None):
804 If facility is not specified, LOG_USER is used. If socktype is
807 socktype of None, in which case socket.SOCK_DGRAM will be used, fallin
    [all...]
  /external/curl/tests/libtest/
lib500.c 38 return socket(addr->family, addr->socktype, addr->protocol);
  /external/libevent/test/
regress.h 113 int socktype, int protocol, int line);
  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 193 af, socktype, proto, _, sa = res
195 s = socket.socket(af, socktype, proto)
  /external/python/cpython3/Lib/
socket.py 705 af, socktype, proto, canonname, sa = res
708 sock = socket(af, socktype, proto)
744 af, socktype, proto, canonname, sa = res
746 _intenum_converter(socktype, SocketKind),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
  /external/python/cpython2/Lib/
poplib.py 347 af, socktype, proto, canonname, sa = res
349 self.sock = socket.socket(af, socktype, proto)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
  /prebuilts/gdb/linux-x86/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 713 facility=LOG_USER, socktype=socket.SOCK_DGRAM):
725 self.socktype = socktype
732 self.socket = socket.socket(socket.AF_INET, socktype)
733 if socktype == socket.SOCK_STREAM:
    [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 445 af, socktype, proto, _canonname, _sa = socket.getaddrinfo(dstaddr, port, socket.AF_INET, socket.SOCK_DGRAM)[0]
446 s = socket.socket(af, socktype, proto)
776 af, socktype, proto, canonname, sa = socket.getaddrinfo(peer[0], peer[1], 0, socket.SOCK_DGRAM)[0]
777 sock = socket.socket(af, socktype, proto)
780 sock = socket.socket(af, socktype, proto)
841 af, socktype, proto, canonname, sa = socket.getaddrinfo(peer[0], peer[1], 0, socket.SOCK_STREAM)[0]
842 sock = socket.socket(af, socktype, proto)
    [all...]

Completed in 708 milliseconds

1 2 3