Searched defs:pxdns_timer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxdns.c186 static void pxdns_timer(void *arg);
445 sys_timeout(1 * 1000, pxdns_timer, pxdns);
549 pxdns_timer(void *arg) function
596 sys_timeout(1 * 1000, pxdns_timer, pxdns);

Completed in 42 milliseconds