Searched refs:if_list (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_area.c35 for (node = listhead (o6a->if_list); node; nextnode (node))
49 for (node = listhead (o6a->if_list); node; nextnode (node))
172 o6a->if_list = list_new ();
217 for (n = listhead (o6a->if_list); n; nextnode (n))
222 list_delete (o6a->if_list);
277 for (i = listhead (o6a->if_list); i; nextnode (i))
284 for (i = listhead (o6a->if_list); i; nextnode (i))
H A Dospf6_area.h42 list if_list; /* OSPF interface to this area */ member in struct:ospf6_area
H A Dospf6d.c351 listnode_add (o6a->if_list, o6i);
535 listnode_delete (o6i->area->if_list, o6i);
698 for (k = listhead (area->if_list); k; nextnode (k))
H A Dospf6_dbex.c518 for (n = listhead (from->ospf6_interface->area->if_list);
646 for (n = listhead (area->if_list); n; nextnode (n))
H A Dospf6_lsdb.c325 for (j = listhead (o6a->if_list); j; nextnode (j))
591 for (j = listhead (o6a->if_list); j; nextnode (j))
H A Dospf6_neighbor.c484 for (nodej = listhead (o6a->if_list); nodej; nextnode (nodej))
538 for (j = listhead (o6a->if_list); j; nextnode (j))
H A Dospf6_interface.c226 listnode_delete (o6i->area->if_list, o6i);
H A Dospf6_intra.c608 for (i = listhead (o6a->if_list); i; nextnode (i))
H A Dospf6_lsa.c1193 for (i = listhead (o6a->if_list); i; nextnode (i))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c69 * for running devices in the if_list and sends packets until count is 0 it
357 struct list_head if_list; /* All device here */ member in struct:pktgen_thread
1682 list_for_each_entry(pkt_dev, &t->if_list, list)
1688 list_for_each_entry(pkt_dev, &t->if_list, list)
1876 list_for_each_entry(pkt_dev, &t->if_list, list) {
2847 list_for_each_entry(pkt_dev, &t->if_list, list) {
2891 list_for_each_entry(pkt_dev, &t->if_list, list)
3020 list_for_each_entry(pkt_dev, &t->if_list, list) {
3040 list_for_each_entry(pkt_dev, &t->if_list, list) {
3064 list_for_each_safe(q, n, &t->if_list) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospfd.c69 ospf_router_id_get (list if_list)
76 for (node = listhead (if_list); node; nextnode (node))
68 ospf_router_id_get(list if_list) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.c681 v = (unsigned long)(intf.if_list.tqe_next);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c10503 char if_list[NVRAM_MAX_VALUE_LEN]; local
10504 int if_list_size = sizeof(if_list);
10510 add_to_list(os_interface, if_list, if_list_size);
10514 add_to_list(os_interface, if_list, if_list_size);
10515 nvram_set(nv_param, if_list);

Completed in 309 milliseconds