Searched refs:sch_next (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Digmp.h97 struct _sch_query_t *sch_next; member in struct:_sch_query_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c967 sh->sch_next = NULL;
991 sch->sch_next = (sch_query_t *)ifp->sch_group_query;
1153 for (sh=ifp->sch_group_query;sh->sch_next != sch;sh=sh->sch_next);
1154 sh->sch_next = sch->sch_next;
1158 ifp->sch_group_query = sh->sch_next;
1223 for (sch=ifp->sch_group_query;sch;sch=sch->sch_next){

Completed in 75 milliseconds