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

  /external/qemu/
qemu_socket.h 11 SocketType socktype, int port_offset);
12 int inet_connect(const char *str, SocketType socktype);
qemu-sockets-android.c 43 SocketType socktype, int port_offset)
120 slisten = socket_create(family, socktype);
178 int inet_connect(const char *str, SocketType socktype)
233 sock = socket_create(sock_address_get_family(e), socktype);
qemu-sockets.c 92 int socktype, int port_offset)
105 ai.ai_socktype = socktype;
227 int inet_connect(const char *str, int socktype)
239 ai.ai_socktype = socktype;
  /external/bluetooth/bluez/test/
l2test.c 108 static int socktype = SOCK_SEQPACKET; variable
200 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
343 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
407 if (socktype == SOCK_DGRAM) {
1240 socktype = SOCK_DGRAM;
1244 socktype = SOCK_STREAM;
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);
  /external/iproute2/misc/
ss.c 1411 static int tcp_show_netlink(struct filter *f, FILE *dump_fp, int socktype)
1433 req.nlh.nlmsg_type = socktype;
    [all...]

Completed in 158 milliseconds