HomeSort by relevance Sort by last modified time
    Searched full:bind_address (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/base/
asyncudpsocket.cc 20 const SocketAddress& bind_address) {
22 if (socket->Bind(bind_address) < 0) {
30 const SocketAddress& bind_address) {
32 factory->CreateAsyncSocket(bind_address.family(), SOCK_DGRAM);
35 return Create(socket, bind_address);
asyncudpsocket.h 28 const SocketAddress& bind_address);
32 const SocketAddress& bind_address);
asynctcpsocket.h 54 const SocketAddress& bind_address,
86 const SocketAddress& bind_address,
asynctcpsocket.cc 37 const rtc::SocketAddress& bind_address,
40 if (socket->Bind(bind_address) < 0) {
239 const SocketAddress& bind_address,
242 socket, bind_address, remote_address), false);
  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket.h 27 const rtc::SocketAddress& bind_address,
asyncstuntcpsocket.cc 40 const rtc::SocketAddress& bind_address,
43 socket, bind_address, remote_address), false);
  /external/libevent/
http-internal.h 72 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
http.c 1166 if (evcon->bind_address != NULL)
1167 mm_free(evcon->bind_address);
1180 if (evcon->bind_address)
1181 mm_free(evcon->bind_address);
1182 if ((evcon->bind_address = mm_strdup(address)) == NULL)
    [all...]
  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 130 heartbeat_slu.py --server --address <bind_address> --port <bind_port>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 541 def _get_unused_port(self, bind_address='0.0.0.0'):
545 bind_address: Hostname or IP address to search for a port on.
550 tempsock.bind((bind_address, 0))
606 port = self._get_unused_port(bind_address=host)
    [all...]

Completed in 3997 milliseconds