HomeSort by relevance Sort by last modified time
    Searched defs:port2 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageChannel.h 46 MessagePort* port2() const { return m_port2.get(); } function in class:WebCore::MessageChannel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 70 unsigned long port2; /* Port usually at base+0x400 */ member in struct:snd_emu8000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 70 unsigned long port2; /* Port usually at base+0x400 */ member in struct:snd_emu8000
  /external/ipsec-tools/src/racoon/
sockmisc.c 141 u_short port1, port2; local
163 port2 = ((struct sockaddr_in *)addr2)->sin_port;
165 port2 == IPSEC_PORT_ANY ||
166 port1 == port2))
176 port2 = ((struct sockaddr_in6 *)addr2)->sin6_port;
178 port2 == IPSEC_PORT_ANY ||
179 port1 == port2))
206 u_short port1, port2; local
228 port2 = ((struct sockaddr_in *)addr2)->sin_port;
229 if (port1 != port2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 356 Port* port2 = CreateUdpPort(kLocalAddr2); local
357 TestConnectivity("udp", port1, "udp", port2, true, true, true, true);
362 Port* port2 = CreateStunPort(kLocalAddr2, &nat_socket_factory2_); local
363 TestConnectivity("udp", port1, StunName(ntype), port2,
369 Port* port2 = CreateRelayPort(kLocalAddr2, rtype, proto, PROTO_UDP); local
370 TestConnectivity("udp", port1, RelayName(rtype, proto), port2,
376 Port* port2 = CreateUdpPort(kLocalAddr2); local
377 TestConnectivity(StunName(ntype), port1, "udp", port2, local
384 Port* port2 = CreateStunPort(kLocalAddr2, &nat_socket_factory2_); local
385 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, local
1024 UDPPort* port2 = CreateUdpPort(kLocalAddr2); local
2135 UDPPort* port2 = CreateUdpPort(kLocalAddr2); local
2207 UDPPort* port2 = CreateUdpPort(kLocalAddr2); local
    [all...]
  /external/libpcap/
gencode.c 4973 int port1, port2; local
    [all...]

Completed in 788 milliseconds