Searched refs:SAPHASHSIZ (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dsap.h74 #define SAPHASHSIZ 256 /* Should be a power of 2 */ macro
75 #define SAPHASHMASK (SAPHASHSIZ-1)
81 extern sap_hash sap_head[SAPHASHSIZ];
H A Dsap_tables.c41 sap_hash sap_head[SAPHASHSIZ];
48 for (i=0; i<SAPHASHSIZ; i++)
133 for (; sh < &sap_head[SAPHASHSIZ]; sh++)
H A Dtimer.c147 for (sh = sap_base; sh < &sap_base[SAPHASHSIZ]; sh++) {
230 for (sh = sap_head; sh < &sap_head[SAPHASHSIZ]; sh++) {
H A Dsap_input.c207 for (sh = sap_head; sh < &sap_head[SAPHASHSIZ]; sh++)
H A Dsap_output.c131 for (sh = base; sh < &base[SAPHASHSIZ]; sh++)
H A Dtrace.c449 for (hash = sh; hash < &sh[SAPHASHSIZ]; hash++, x++) {

Completed in 47 milliseconds