OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtadvd_timer
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rtadvd/
timer.h
33
extern TAILQ_HEAD(rtadvd_timer_head_t,
rtadvd_timer
) ra_timer;
34
struct
rtadvd_timer
{
struct
35
TAILQ_ENTRY(
rtadvd_timer
) next;
40
struct
rtadvd_timer
*(*expire) (void *); /* expiration function */
47
struct
rtadvd_timer
*rtadvd_add_timer(struct
rtadvd_timer
*(*) (void *),
49
void rtadvd_set_timer(struct timespec *, struct
rtadvd_timer
*);
50
void rtadvd_remove_timer(struct
rtadvd_timer
**);
52
struct timespec * rtadvd_timer_rest(struct
rtadvd_timer
*);
Completed in 10 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025