Searched refs:dhcp4o6_poll (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c248 static void dhcp4o6_poll(void *dummy);
1259 dhcp4o6_poll(NULL);
4853 dhcp4o6_poll(NULL);
5790 dhcp4o6_poll(NULL);
5796 cancel_timeout(dhcp4o6_poll, NULL);
5829 static void dhcp4o6_poll(void *dummy) { function
5843 log_error("dhcp4o6_poll: send(): %m");
5848 add_timeout(&tv, dhcp4o6_poll, NULL, 0, 0);

Completed in 201 milliseconds