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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.y132 struct Interface *iface2;
134 iface2 = IfaceList;
135 while (iface2)
137 if (!strcmp(iface2->Name, iface->Name))
143 iface2 = iface2->next;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.y132 struct Interface *iface2;
134 iface2 = IfaceList;
135 while (iface2)
137 if (!strcmp(iface2->Name, iface->Name))
143 iface2 = iface2->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c403 struct interface *iface2; local
423 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
424 if ( iface2->i_rt && from->sat_addr.s_net >= iface2->i_rt->rt_firstnet &&
425 from->sat_addr.s_net <= iface2->i_rt->rt_lastnet)
427 iface = iface2;
H A Dmain.c199 struct interface *iface, *iface2; local
561 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
564 iface2. also, we don't want to send an rtmp broadcast
566 if ((( iface2->i_flags & IFACE_CONFIG ) == 0) ||
567 ((iface2->i_flags & IFACE_ISROUTER) == 0)) {
576 for ( rtmp = iface2->i_rt; rtmp; rtmp = rtmp->rt_inext ) {

Completed in 184 milliseconds