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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoehash.c14 #define PPPOE_HASH_SIZE 16 macro
30 i &= PPPOE_HASH_SIZE - 1;
35 static struct pppoe_con *con_ht[PPPOE_HASH_SIZE] = { 0, };
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpppoe.c85 #define PPPOE_HASH_SIZE (1<<PPPOE_HASH_BITS) macro
128 return hash & ( PPPOE_HASH_SIZE - 1 );
131 static struct pppox_opt *item_hash_table[PPPOE_HASH_SIZE] = { 0, };
259 for (hash = 0; hash < PPPOE_HASH_SIZE; hash++) {
999 for (i = 0; i < PPPOE_HASH_SIZE; i++) {

Completed in 83 milliseconds