Searched refs:ifl (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drarpd.c91 struct iflink *ifl; local
110 while ((ifl = ifl_list) != NULL) {
111 while ((ifa = ifl->ifa_list) != NULL) {
112 ifl->ifa_list = ifa->next;
115 ifl_list = ifl->next;
116 free(ifl);
136 for (ifl = ifl_list; ifl; ifl = ifl
241 struct iflink *ifl; local
349 struct iflink *ifl; local
366 struct iflink *ifl; local
392 struct iflink *ifl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dutil.h33 void free_interface_list(interface_list_t *ifl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dcacheflush.h39 void (*ifl)(void); /* flush */ member in struct:scache
59 #define flush_icache() mbc->ifl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Dutil.c183 * void free_interface_list(interface_list_t *ifl)
187 void free_interface_list(interface_list_t *ifl) argument
189 interface_list_t *ifp = ifl;
192 ifl = ifp;
194 free(ifl);
H A Digmprt.c1469 interface_list_t *ifl, *ifp; local
1524 ifl = get_interface_list(AF_INET, IFF_MULTICAST, IFF_LOOPBACK);
1525 for (vifi=0,ifp=ifl;ifp;ifp=ifp->ifl_next,vifi++) {
1559 free_interface_list(ifl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dcache.c519 .ifl = __flush_icache_all_noirq,
535 .ifl = __flush_icache_all_noirq,
551 .ifl = __flush_icache_all_msr_irq,
566 .ifl = __flush_icache_all_nomsr_irq,
582 .ifl = __flush_icache_all_noirq,
597 .ifl = __flush_icache_all_noirq,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_parse.y131 struct cf_namelist *ifl;
133 MAKE_NAMELIST(ifl, $2, $4);
135 if (add_namelist(ifl, &iflist_head))
H A Difaddrs.c466 struct ifaddrs *ifl = NULL, *ifa = NULL; local
496 ifl = NULL;
569 if (ifl != NULL)
570 ifl->ifa_next = ifa;
827 ifl = ifa++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.y131 struct cf_namelist *ifl;
133 MAKE_NAMELIST(ifl, $2, $4);
135 if (add_namelist(ifl, &iflist_head))
H A Difaddrs.c466 struct ifaddrs *ifl = NULL, *ifa = NULL; local
496 ifl = NULL;
569 if (ifl != NULL)
570 ifl->ifa_next = ifa;
827 ifl = ifa++;

Completed in 142 milliseconds