Home
last modified time | relevance | path

Searched refs:NDP_TABLE_SIZE (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h111 #define NDP_TABLE_SIZE 16 macro
114 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h112 #define NDP_TABLE_SIZE 16 macro
115 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h111 #define NDP_TABLE_SIZE 16 macro
114 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h111 #define NDP_TABLE_SIZE 16 macro
114 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h111 #define NDP_TABLE_SIZE 16 macro
114 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dndp_table.c30 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
44 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
75 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h112 #define NDP_TABLE_SIZE 16 macro
115 struct ndpentry table[NDP_TABLE_SIZE];
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dndp_table.c31 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
49 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
86 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h112 #define NDP_TABLE_SIZE 16 macro
115 struct ndpentry table[NDP_TABLE_SIZE];
H A Dmisc.c406 for (int i = 0; i < NDP_TABLE_SIZE; ++i) { in slirp_neighbor_info()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dndp_table.c33 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
47 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
78 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h140 #define NDP_TABLE_SIZE 16 macro
143 struct ndpentry table[NDP_TABLE_SIZE];
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dndp_table.c31 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_add()
49 ndp_table->next_victim = (ndp_table->next_victim + 1) % NDP_TABLE_SIZE; in ndp_table_add()
86 for (i = 0; i < NDP_TABLE_SIZE; i++) { in ndp_table_search()
H A Dslirp.h110 #define NDP_TABLE_SIZE 16 macro
113 struct ndpentry table[NDP_TABLE_SIZE];
H A Dmisc.c406 for (int i = 0; i < NDP_TABLE_SIZE; ++i) { in slirp_neighbor_info()