HomeSort by relevance Sort by last modified time
    Searched refs:add_timeout_tv (Results 1 - 4 of 4) 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 239 add_timeout_tv(&tv, start_discover, iface);
283 add_timeout_tv(&tv, send_arp_probe, iface);
290 add_timeout_tv(&tv, send_arp_probe, iface);
292 add_timeout_tv(&tv, start_interface, iface);
294 add_timeout_tv(&tv, bind_interface, iface);
ipv6rs.c 742 add_timeout_tv(&next, ipv6rs_expire, ifp);
dhcpcd.c 387 add_timeout_tv(&tv, callback, iface);
    [all...]

Completed in 268 milliseconds