Searched refs:PRG_HASH_SIZE (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dnetstat.c121 #define PRG_HASH_SIZE 211 macro
128 struct prg_node *prg_hash[PRG_HASH_SIZE];
146 #define PRG_HASHIT(x) ((unsigned)(x) % PRG_HASH_SIZE)
187 for (pnp = prg_hash; pnp < prg_hash + PRG_HASH_SIZE; pnp++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dnetstat.c121 #define PRG_HASH_SIZE 211 macro
128 struct prg_node *prg_hash[PRG_HASH_SIZE];
146 #define PRG_HASHIT(x) ((unsigned)(x) % PRG_HASH_SIZE)
187 for (pnp = prg_hash; pnp < prg_hash + PRG_HASH_SIZE; pnp++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dnetstat.c121 #define PRG_HASH_SIZE 211 macro
128 struct prg_node *prg_hash[PRG_HASH_SIZE];
146 #define PRG_HASHIT(x) ((unsigned)(x) % PRG_HASH_SIZE)
187 for (pnp = prg_hash; pnp < prg_hash + PRG_HASH_SIZE; pnp++) {

Completed in 64 milliseconds