Searched refs:int_list (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c907 static struct interface *int_list, *int_last; variable in typeref:struct:interface
999 nextp = ife ? &ife->next : &int_list;
1216 if (!int_list && (if_readlist() < 0))
1218 for (ife = int_list; ife; ife = ife->next) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c942 static struct interface *int_list, *int_last; variable in typeref:struct:interface
1034 nextp = ife ? &ife->next : &int_list;
1251 if (!int_list && (if_readlist() < 0))
1253 for (ife = int_list; ife; ife = ife->next) {

Completed in 49 milliseconds