OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in6m_timer
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet6/
mld6.c
194
KASSERTMSG(in6m->
in6m_timer
!= IN6M_TIMER_UNDEF,
195
"
in6m_timer
=%d", in6m->
in6m_timer
);
198
in6m->in6m_timer_expire.tv_sec = now.tv_sec + in6m->
in6m_timer
/ hz;
200
(in6m->
in6m_timer
% hz) * (1000000 / hz);
207
callout_schedule(&in6m->in6m_timer_ch, in6m->
in6m_timer
);
220
if (in6m->
in6m_timer
== IN6M_TIMER_UNDEF)
229
in6m->
in6m_timer
= IN6M_TIMER_UNDEF;
242
if (in6m->
in6m_timer
== IN6M_TIMER_UNDEF)
245
in6m->
in6m_timer
= IN6M_TIMER_UNDEF
[
all
...]
in6_var.h
514
int
in6m_timer
; /* delay to send the 1st report */
member in struct:in6_multi
in6.c
1411
mindelay = in6m_sol->
in6m_timer
;
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026