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

  /external/chromium/net/tools/flip_server/
flip_config.cc 23 bool wait_for_iface,
56 wait_for_iface,
61 } else if ( ret == -3 && wait_for_iface ) {
118 bool wait_for_iface,
135 wait_for_iface,
flip_config.h 41 bool wait_for_iface,
84 bool wait_for_iface,
create_listener.h 34 // wait_for_iface - A boolean indicating that CreateListeningSocket should
46 bool wait_for_iface,
flip_in_mem_edsm_server.cc 163 bool wait_for_iface = false; local
255 wait_for_iface = true;
287 LOG(INFO) << "Wait for interfaces : " << (wait_for_iface?"true":"false");
315 // If wait_for_iface is enabled, then this call will block
327 wait_for_iface,
346 wait_for_iface,
365 wait_for_iface,
create_listener.cc 107 bool wait_for_iface,
180 if ( !wait_for_iface || errno != EADDRNOTAVAIL) {
  /external/chromium_org/net/tools/flip_server/
flip_config.cc 25 bool wait_for_iface,
58 wait_for_iface,
63 } else if (ret == -3 && wait_for_iface) {
117 bool wait_for_iface,
134 wait_for_iface,
flip_config.h 40 bool wait_for_iface,
83 bool wait_for_iface,
create_listener.h 33 // wait_for_iface - A boolean indicating that CreateListeningSocket should
45 bool wait_for_iface,
flip_in_mem_edsm_server.cc 156 bool wait_for_iface = false; local
246 wait_for_iface = true;
279 LOG(INFO) << "Wait for interfaces : " << (wait_for_iface ? "true"
308 // If wait_for_iface is enabled, then this call will block
324 wait_for_iface,
350 wait_for_iface,
376 wait_for_iface,
create_listener.cc 97 bool wait_for_iface,
178 if (!wait_for_iface || errno != EADDRNOTAVAIL) {

Completed in 106 milliseconds