/external/webrtc/test/functional_test/ |
README | 9 (peerconnection/samples/server/server_test.html) in loopback mode as a fake 20 3. Open the server test page, ensure loopback is enabled, choose a name (for 21 example "loopback") and connect to the server. 22 4. Open the test page, connect to the server, select the loopback peer, click
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_test.c | 45 ** to NFCC for loopback test. 46 ** When loopback data is received from NFCC, tNFC_TEST_CBACK .
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 119 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 122 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 130 /* Direction of loopback */ 137 #define ATM_LM_NONE 0 /* no loopback */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 119 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 122 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 130 /* Direction of loopback */ 137 #define ATM_LM_NONE 0 /* no loopback */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 119 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 122 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 130 /* Direction of loopback */ 137 #define ATM_LM_NONE 0 /* no loopback */
|
/external/chromium/net/base/ |
address_family.h | 24 // Hint to the resolver proc that only loopback addresses are configured.
|
/external/chromium_org/net/base/ |
address_family.h | 23 // Hint to the resolver proc that only loopback addresses are configured.
|
/external/chromium_org/net/socket/ |
tcp_client_socket_unittest.cc | 22 // Try binding a socket to loopback interface and verify that we can 60 // Try to bind socket to the loopback interface and connect to an 82 // Bind a socket to the IPv4 loopback interface and try to connect to 83 // the IPv6 loopback interface, verify that connection fails.
|
tcp_server_socket_unittest.cc | 92 // Both sockets should be on the loopback network interface. 119 // Both sockets should be on the loopback network interface. 185 // Both sockets should be on the loopback network interface. 207 // Both sockets should be on the loopback network interface.
|
tcp_socket_unittest.cc | 97 // Both sockets should be on the loopback network interface. 124 // Both sockets should be on the loopback network interface. 196 // Both sockets should be on the loopback network interface. 220 // Both sockets should be on the loopback network interface.
|
/bionic/libc/kernel/common/linux/hdlc/ |
ioctl.h | 25 unsigned short loopback; member in struct:__anon375 31 unsigned short loopback; member in struct:__anon376
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_NetworkInterface.java | 41 .equals("Loopback Pseudo-Interface")) 42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
|
/external/chromium_org/net/udp/ |
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;
|
/external/iproute2/include/linux/hdlc/ |
ioctl.h | 40 unsigned short loopback; member in struct:__anon19227 46 unsigned short loopback; member in struct:__anon19228
|
/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
|
/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/libpcap/ |
inet.c | 112 * number, so it shows up after all other non-loopback 154 * aren't included in the list. Loopback interfaces 156 * omit loopback interfaces on all platforms because 157 * you *can* capture on loopback interfaces on some 264 * number - except that non-loopback interfaces are 266 * than those of loopback interfaces, so the loopback 297 * Is the new interface a non-loopback interface 298 * and the next interface a loopback interface? 313 * non-loopback interface or the next interface i [all...] |
/external/iproute2/lib/ |
ll_types.c | 70 __PF(LOOPBACK,loopback)
|
/external/chromium_org/media/audio/ |
audio_source_diverter.h | 12 // data to be plumbed to an alternate consumer; for example, a loopback
|
/external/chromium_org/net/dns/ |
host_resolver_proc.cc | 166 // The IPv4 or IPv6 loopback address is not considered a valid global 176 // On Linux AI_ADDRCONFIG doesn't consider loopback addreses, even if only 177 // loopback addresses are configured. So don't use it when there are only 178 // loopback addresses.
|
/external/chromium_org/remoting/host/win/ |
rdp_client.h | 25 // Establishes a loopback RDP connection to spawn a new Windows session.
|
/system/core/libcutils/ |
socket_loopback_client.c | 33 /* Connect to port on the loopback IP interface. type is
|