HomeSort by relevance Sort by last modified time
    Searched refs:add_timeout_tv (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
eloop.h 37 #define add_timeout_tv(a, b, c) add_q_timeout_tv(ELOOP_QUEUE, a, b, c) macro
arp.c 237 add_timeout_tv(&tv, start_discover, iface);
281 add_timeout_tv(&tv, send_arp_probe, iface);
288 add_timeout_tv(&tv, send_arp_probe, iface);
290 add_timeout_tv(&tv, start_interface, iface);
292 add_timeout_tv(&tv, bind_interface, iface);
dhcpcd.c 371 add_timeout_tv(&tv, callback, iface);
    [all...]

Completed in 283 milliseconds