Home
last modified time | relevance | path

Searched refs:add_timeout_timespec (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddispatch.c369 add_timeout_timespec(when, where, what); in add_timeout()
373 add_timeout_timespec(struct timespec when, void (*where)(void *), void *what) in add_timeout_timespec() function
H A Ddhcpd.h323 void add_timeout_timespec(struct timespec, void (*)(void *), void *);
H A Ddhclient.c1152 add_timeout_timespec(stop_selecting, state_selecting, ip); in dhcpoffer()