Searched refs:Dp (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Difvc.c168 struct IfDesc *Dp; local
170 for ( Dp = IfDescVc; Dp < IfDescEp; Dp++ )
171 if ( ! strcmp( IfName, Dp->Name ) )
172 return Dp;
185 struct IfDesc *Dp = &IfDescVc[ Ix ]; local
186 return Dp < IfDescEp ? Dp : NULL;
196 struct IfDesc *Dp, *_D local
221 struct IfDesc *Dp; local
[all...]
H A Dmroute-api.c152 ** Adds the multicast routed '*Dp' to the kernel routes
157 int addMRoute( struct MRouteDesc *Dp )
161 CtlReq.mfcc_origin = Dp->OriginAdr;
162 CtlReq.mfcc_mcastgrp = Dp->McAdr;
163 CtlReq.mfcc_parent = Dp->InVif;
167 if ( sizeof( CtlReq.mfcc_ttls ) != sizeof( Dp->TtlVc )
168 || VCMC( CtlReq.mfcc_ttls ) != VCMC( Dp->TtlVc )
172 memcpy( CtlReq.mfcc_ttls, Dp->TtlVc, sizeof( CtlReq.mfcc_ttls ) );
190 ** Removes the multicast routed '*Dp' from the kernel routes
195 int delMRoute( struct MRouteDesc *Dp )
231 struct VifDesc *Dp; local
[all...]
H A Digmpproxy.c217 struct IfDesc *Dp; local
221 for ( Ix = 0; Dp = getIfByIx( Ix ); Ix++ ) {
223 if ( Dp->InAdr.s_addr && ! (Dp->Flags & IFF_LOOPBACK) && Dp->state != IF_STATE_DISABLED ) {
224 if(Dp->state == IF_STATE_UPSTREAM) {
233 addVIF( Dp );
H A Drequest.c183 struct IfDesc *Dp; local
187 for ( Ix = 0; Dp = getIfByIx( Ix ); Ix++ ) {
188 if ( Dp->InAdr.s_addr && ! (Dp->Flags & IFF_LOOPBACK) ) {
189 if(Dp->state == IF_STATE_DOWNSTREAM) {
191 sendIgmp(Dp->InAdr.s_addr, allhosts_group,
196 inetFmt(Dp->InAdr.s_addr,s1), inetFmt(allhosts_group,s2),
H A Dconfig.c171 struct IfDesc *Dp; local
180 for ( Ix = 0; Dp = getIfByIx( Ix ); Ix++ ) {
181 if ( Dp->InAdr.s_addr && ! (Dp->Flags & IFF_LOOPBACK) ) {
187 if(strcmp(Dp->Name, confPtr->name)==0) {
190 IF_DEBUG log(LOG_DEBUG, 0, "Found config for %s", Dp->Name);
194 Dp->state = confPtr->state;
196 Dp->threshold = confPtr->threshold;
197 Dp->ratelimit = confPtr->ratelimit;
200 for(vifLast = Dp
[all...]
H A Drttable.c88 struct IfDesc *Dp; local
94 for ( Ix = 0; Dp = getIfByIx( Ix ); Ix++ ) {
96 if( Dp->InAdr.s_addr && ! (Dp->Flags & IFF_LOOPBACK) && Dp->state == IF_STATE_DOWNSTREAM) {
98 inetFmt(allrouters_group,s1),inetFmt(Dp->InAdr.s_addr,s2));
100 //k_join(allrouters_group, Dp->InAdr.s_addr);
101 joinMcGroup( getMcGroupSock(), Dp, allrouters_group ); local
592 struct IfDesc *Dp; local
608 for ( Ix = 0; Dp
[all...]
H A Ddefs.h214 void addVIF( struct IfDesc *Dp );
215 int addMRoute( struct MRouteDesc * Dp );
216 int delMRoute( struct MRouteDesc * Dp );
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c561 static int Dp = 96; // Delete command Probability variable
644 } else if (percent < Dp) { // Delete commands

Completed in 58 milliseconds