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

/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Dmcgroup.c44 static int joinleave( int Cmd, int UdpSock, struct IfDesc *IfDp, uint32 mcastaddr ) { argument
49 CtlReq.imr_interface.s_addr = IfDp->InAdr.s_addr;
54 inetFmt( mcastaddr, s1 ), IfDp ? IfDp->Name : "<any>" );
75 int joinMcGroup( int UdpSock, struct IfDesc *IfDp, uint32 mcastaddr ) { argument
76 return joinleave( 'j', UdpSock, IfDp, mcastaddr );
84 int leaveMcGroup( int UdpSock, struct IfDesc *IfDp, uint32 mcastaddr ) { argument
85 return joinleave( 'l', UdpSock, IfDp, mcastaddr );
H A Dmroute-api.c57 struct IfDesc *IfDp; member in struct:VifDesc
99 ** Adds the interface '*IfDp' as virtual interface to the mrouted API
102 void addVIF( struct IfDesc *IfDp )
110 if ( ! VifDp->IfDp )
119 VifDp->IfDp = IfDp;
123 VifCtl.vifc_threshold = VifDp->IfDp->threshold; // Packet TTL must be at least 1 to pass them
124 VifCtl.vifc_rate_limit = VifDp->IfDp->ratelimit; // Ratelimit
126 VifCtl.vifc_lcl_addr.s_addr = VifDp->IfDp->InAdr.s_addr;
130 VifDp->IfDp
[all...]
H A Ddefs.h217 int getVifIx( struct IfDesc *IfDp );
258 int joinMcGroup( int UdpSock, struct IfDesc *IfDp, uint32 mcastaddr );
259 int leaveMcGroup( int UdpSock, struct IfDesc *IfDp, uint32 mcastaddr );
H A Difvc.c71 struct IfDesc *IfDp; local

Completed in 35 milliseconds