HomeSort by: relevance | last modified time | path
    Searched refs:IN6M_TIMER_UNDEF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
mld6.c 194 KASSERTMSG(in6m->in6m_timer != IN6M_TIMER_UNDEF,
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;
307 in6m->in6m_timer = IN6M_TIMER_UNDEF;
414 * (in6m->in6m_timer==IN6M_TIMER_UNDEF)
481 } else if (in6m->in6m_timer == IN6M_TIMER_UNDEF ||
735 in6m->in6m_timer = IN6M_TIMER_UNDEF;
811 in6m->in6m_timer = IN6M_TIMER_UNDEF;
    [all...]
in6_var.h 519 #define IN6M_TIMER_UNDEF -1

Completed in 18 milliseconds