Searched refs:sch_group_query (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c991 sch->sch_next = (sch_query_t *)ifp->sch_group_query;
992 ifp->sch_group_query = sch;
1152 if (sch != ifp->sch_group_query){
1153 for (sh=ifp->sch_group_query;sh->sch_next != sch;sh=sh->sch_next);
1157 sh=ifp->sch_group_query;
1158 ifp->sch_group_query = sh->sch_next;
1222 if (ifp->sch_group_query != NULL){
1223 for (sch=ifp->sch_group_query;sch;sch=sch->sch_next){
H A Digmprt.c451 ifp->sch_group_query = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h88 sch_query_t* sch_group_query; member in struct:_igmp_interface_t

Completed in 122 milliseconds