Searched refs:allowednets (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Difvc.c89 //IfDescEp->allowednets = NULL;
137 IfDescEp->allowednets = (struct SubnetList *)malloc(sizeof(struct SubnetList));
138 if(IfDescEp->allowednets == NULL) igmp_syslog(LOG_ERR, 0, "Out of memory !");
141 IfDescEp->allowednets->next = NULL;
142 IfDescEp->allowednets->subnet_mask = mask;
143 IfDescEp->allowednets->subnet_addr = subnet;
264 for(currsubnet = Dp->allowednets; currsubnet != NULL; currsubnet = currsubnet->next) {
304 for(currsubnet = intrface->allowednets; currsubnet != NULL; currsubnet = currsubnet->next) {
H A Dconfig.c48 struct SubnetList* allowednets; member in struct:vifconfig
142 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Allowednet ptr : %x", tmpPtr->allowednets);
218 for(vifLast = Dp->allowednets; vifLast->next; vifLast = vifLast->next);
221 vifLast->next = confPtr->allowednets;
259 tmpPtr->allowednets = NULL;
268 // Set the altnet pointer to the allowednets pointer.
269 anetPtr = &tmpPtr->allowednets;
H A Dmroute-api.c143 for(currSubnet = IfDp->allowednets; currSubnet; currSubnet = currSubnet->next) {
H A Ddefs.h204 struct SubnetList* allowednets; member in struct:IfDesc

Completed in 84 milliseconds