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

  /external/chromium/net/udp/
udp_socket_unittest.cc 130 IPEndPoint bind_address; local
131 CreateUDPAddress("0.0.0.0", kPort, &bind_address);
133 int rv = server.Listen(bind_address);
175 IPEndPoint bind_address; local
176 CreateUDPAddress("0.0.0.0", kPort1, &bind_address);
178 int rv = server1.Listen(bind_address);
182 CreateUDPAddress("0.0.0.0", kPort2, &bind_address);
184 rv = server2.Listen(bind_address);
272 IPEndPoint bind_address; local
273 CreateUDPAddress("127.0.0.1", 0, &bind_address);
288 IPEndPoint bind_address; local
301 IPEndPoint bind_address; local
    [all...]
  /external/chromium/third_party/libevent/
http-internal.h 63 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
  /external/chromium_org/net/udp/
udp_socket_unittest.cc 133 IPEndPoint bind_address; local
134 CreateUDPAddress("127.0.0.1", kPort, &bind_address);
139 int rv = server->Listen(bind_address);
376 IPEndPoint bind_address; local
377 CreateUDPAddress("127.0.0.1", kPort1, &bind_address);
380 int rv = server1.Listen(bind_address);
384 CreateUDPAddress("127.0.0.1", kPort2, &bind_address);
387 rv = server2.Listen(bind_address);
484 IPEndPoint bind_address; local
485 CreateUDPAddress("127.0.0.1", 0, &bind_address);
500 IPEndPoint bind_address; local
513 IPEndPoint bind_address; local
542 IPEndPoint bind_address; local
564 IPEndPoint bind_address; local
    [all...]
  /external/chromium_org/third_party/libevent/
http-internal.h 63 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
  /external/openssh/
readconf.h 92 char *bind_address; /* local socket address for connection to sshd */ member in struct:__anon25839

Completed in 184 milliseconds