HomeSort by relevance Sort by last modified time
    Searched refs:loopback (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/hdlc/
ioctl.h 40 unsigned short loopback; member in struct:__anon37558
46 unsigned short loopback; member in struct:__anon37559
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/
ioctl.h 40 unsigned short loopback; member in struct:__anon39149
46 unsigned short loopback; member in struct:__anon39150
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/
ioctl.h 40 unsigned short loopback; member in struct:__anon40663
46 unsigned short loopback; member in struct:__anon40664
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket_unittest.cc 208 void SocketTest::ConnectInternal(const IPAddress& loopback) {
213 scoped_ptr<AsyncSocket> client(ss_->CreateAsyncSocket(loopback.family(),
221 ss_->CreateAsyncSocket(loopback.family(), SOCK_STREAM));
223 EXPECT_EQ(0, server->Bind(SocketAddress(loopback, 0)));
262 void SocketTest::ConnectWithDnsLookupInternal(const IPAddress& loopback,
269 ss_->CreateAsyncSocket(loopback.family(), SOCK_STREAM));
274 ss_->CreateAsyncSocket(loopback.family(), SOCK_STREAM));
276 EXPECT_EQ(0, server->Bind(SocketAddress(loopback, 0)));
311 void SocketTest::ConnectFailInternal(const IPAddress& loopback) {
317 ss_->CreateAsyncSocket(loopback.family(), SOCK_STREAM))
    [all...]
  /external/chromium_org/net/udp/
datagram_server_socket.h 96 // Set the loopback flag for UDP socket. If this flag is true, the host
101 virtual int SetMulticastLoopbackMode(bool loopback) = 0;
udp_server_socket.cc 88 int UDPServerSocket::SetMulticastLoopbackMode(bool loopback) {
89 return socket_.SetMulticastLoopbackMode(loopback);
udp_server_socket.h 46 virtual int SetMulticastLoopbackMode(bool loopback) OVERRIDE;
udp_socket_win.h 145 // Set the loopback flag for UDP socket. If this flag is true, the host
154 // multicast loopback mode. On Windows, the applications with loopback off
155 // will not RECEIVE the loopback packets; while on Unix-like systems, the
156 // applications with loopback off will not SEND the loopback packets to
158 int SetMulticastLoopbackMode(bool loopback);
udp_socket_libevent.h 145 // Set the loopback flag for UDP socket. If this flag is true, the host
155 // multicast loopback mode. On Windows, the applications with loopback off
156 // will not RECEIVE the loopback packets; while on Unix-like systems, the
157 // applications with loopback off will not SEND the loopback packets to
159 int SetMulticastLoopbackMode(bool loopback);
udp_socket_libevent.cc 732 int UDPSocketLibevent::SetMulticastLoopbackMode(bool loopback) {
737 if (loopback)
udp_socket_win.cc 790 int UDPSocketWin::SetMulticastLoopbackMode(bool loopback) {
795 if (loopback)
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 97 * Please convert loopback IP connections to unix domain sockets.
113 * Please convert loopback IP connections to unix domain sockets.
129 * Please convert loopback IP connections to unix domain sockets.
145 * Please convert loopback IP connections to unix domain sockets.
157 String procFilePath, boolean loopback)
161 assertNoAccessibleListeningPorts(procFilePath, false, loopback);
174 * Remotely accessible ports (loopback==false) are often used by
178 * Locally accessible ports (loopback==true) are often targeted by
183 String procFilePath, boolean isTcp, boolean loopback) throws IOException {
191 && (!entry.localAddress.isLoopbackAddress() ^ loopback)) {
    [all...]
  /external/chromium_org/net/dns/
mock_mdns_socket_factory.h 53 MOCK_METHOD1(SetMulticastLoopbackMode, int(bool loopback));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
NetworkInterfaceTest.java 388 boolean loopback = false;
392 loopback = true;
396 assertEquals(loopback, netif.isLoopback());
  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket.h 48 int SetMulticastLoopbackMode(bool loopback);
udp_socket.cc 293 int UDPSocket::SetMulticastLoopbackMode(bool loopback) {
294 return socket_.SetMulticastLoopbackMode(loopback);
  /external/iproute2/lib/
ll_types.c 70 __PF(LOOPBACK,loopback)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 149 unsigned char loopback; /* internal loopback mode */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 149 unsigned char loopback; /* internal loopback mode */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 149 unsigned char loopback; /* internal loopback mode */ member in struct:_MGSL_PARAMS
  /external/dnsmasq/src/
network.c 122 int fd, mtu = 0, loopback; local
146 loopback = ifr.ifr_flags & IFF_LOOPBACK;
154 sure that loopback interfaces are in that set. */
155 if (daemon->if_names && loopback)
    [all...]
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc 153 virtual int SetMulticastLoopbackMode(bool loopback) OVERRIDE {
  /external/iproute2/doc/
ip-cref.tex 398 \item \verb|LOOPBACK| --- the interface does not communicate with other
409 If neither \verb|LOOPBACK| nor \verb|BROADCAST| nor \verb|POINTOPOINT|
640 --- add the usual loopback address to the loopback device.
662 --- deletes the loopback address from the loopback device.
    [all...]

Completed in 1048 milliseconds

1 23