OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newtimer
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rtadvd/
timer.c
65
struct rtadvd_timer *
newtimer
;
local in function:rtadvd_add_timer
69
if ((
newtimer
= malloc(sizeof(*
newtimer
))) == NULL) {
74
memset(
newtimer
, 0, sizeof(*
newtimer
));
76
newtimer
->expire = timeout;
77
newtimer
->update = update;
78
newtimer
->expire_data = timeodata;
79
newtimer
->update_data = updatedata;
80
newtimer
->tm = tm_max
[
all
...]
Completed in 40 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025