HomeSort by relevance Sort by last modified time
    Searched full:socktype (Results 1 - 16 of 16) 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/opencore/oscl/oscl/osclio/src/
oscl_socket_imp_pv.cpp 311 int32 OsclSocketI::Open(OsclSocketServI& aServer, uint32 addrFamily, uint32 sockType, uint32 protocol)
323 OsclSocket(iSocket, addrFamily, sockType, protocol, ok, err);
326 OSCL_UNUSED_ARG(sockType);
oscl_socket_imp_base.h 40 virtual int32 Open(OsclSocketServI& aServer, uint32 addrFamily, uint32 sockType, uint32 protocol) = 0;
oscl_socket_imp_pv.h 53 int32 Open(OsclSocketServI& aServer, uint32 addrFamily, uint32 sockType, uint32 protocol);
  /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 97 static int socktype = SOCK_SEQPACKET; variable
189 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
329 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
389 if (socktype == SOCK_DGRAM) {
1187 socktype = SOCK_DGRAM;
  /bionic/libc/netbsd/net/
getaddrinfo.c 418 * if both socktype/protocol are specified, check if they
439 * socktype/protocol are left unspecified. (2) servname is disallowed
593 * if the servname does not match socktype/protocol, ignore it.
663 * if the servname does not match socktype/protocol, ignore it.
719 * if the servname does not match socktype/protocol, ignore it.
805 * if the servname does not match socktype/protocol, ignore it.
    [all...]
  /external/opencore/doc/oscl_html/
oscl__socket__imp__base_8h-source.html 29 00023 <span class="keyword">virtual</span> int32 <a class="code" href="classOsclSocketIBase.html#a1">Open</a>(<a class="code" href="classOsclSocketServI.html">OsclSocketServI</a>&amp; aServer, uint32 addrFamily, uint32 sockType, uint32 protocol) = 0;
oscl__socket__imp__pv_8h-source.html 35 00036 int32 <a class="code" href="classOsclSocketI.html#a1">Open</a>(<a class="code" href="classOsclSocketServI.html">OsclSocketServI</a>&amp; aServer, uint32 addrFamily, uint32 sockType, uint32 protocol);
classOsclSocketI.html 20 <tr><td nowrap align=right valign=top>int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclSocketI.html#a1">Open</a> (<a class="el" href="classOsclSocketServI.html">OsclSocketServI</a> &amp;aServer, uint32 addrFamily, uint32 sockType, uint32 protocol)</td></tr>
483 <td class="mdname" nowrap>&nbsp; <em>sockType</em>, </td>
    [all...]
classOsclSocketIBase.html 20 <tr><td nowrap align=right valign=top>virtual int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclSocketIBase.html#a1">Open</a> (<a class="el" href="classOsclSocketServI.html">OsclSocketServI</a> &amp;aServer, uint32 addrFamily, uint32 sockType, uint32 protocol)=0</td></tr>
    [all...]
  /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...]
  /external/netperf/
netlib.c     [all...]

Completed in 407 milliseconds