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

  /external/qemu/
qemu_socket.h 14 int socktype, int port_offset);
16 int inet_connect(const char *str, int socktype);
qemu-sockets-android.c 444 int socktype, int port_offset)
472 int inet_connect(const char *str, int socktype)
qemu-sockets.c 499 int socktype, int port_offset)
527 int inet_connect(const char *str, int socktype)
  /external/tcpdump/missing/
getaddrinfo.c 349 * if both socktype/protocol are specified, check if they
370 * socktype/protocol are left unspecified. (2) servname is disallowed
538 * if the servname does not match socktype/protocol, ignore it.
710 * if the servname does not match socktype/protocol, ignore it.
763 * if the servname does not match socktype/protocol, ignore it.
851 * if the servname does not match socktype/protocol, ignore it.
  /external/bluetooth/bluez/test/
rctest.c 84 static int socktype = SOCK_STREAM; variable
154 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_RFCOMM);
255 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_RFCOMM);
l2test.c 109 static int socktype = SOCK_SEQPACKET; variable
201 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
349 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
418 if (socktype == SOCK_DGRAM) {
1252 socktype = SOCK_DGRAM;
1256 socktype = SOCK_STREAM;
  /bionic/libc/netbsd/net/
getaddrinfo.c 644 * if both socktype/protocol are specified, check if they
665 * socktype/protocol are left unspecified. (2) servname is disallowed
826 * if the servname does not match socktype/protocol, ignore it.
896 * if the servname does not match socktype/protocol, ignore it.
952 * if the servname does not match socktype/protocol, ignore it.
1038 * if the servname does not match socktype/protocol, ignore it.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 726 af, socktype, proto, canonname, sa = res
729 self.sock = socks.socksocket(af, socktype, proto)
732 self.sock = socket.socket(af, socktype, proto)
    [all...]
  /external/iproute2/misc/
ss.c 1468 static int tcp_show_netlink(struct filter *f, FILE *dump_fp, int socktype)
1490 req.nlh.nlmsg_type = socktype;
    [all...]
  /external/netperf/
netlib.c     [all...]

Completed in 399 milliseconds