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

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dsap_tables.c41 sap_hash sap_head[SAPHASHSIZ]; variable
49 sap_head[i].forw = sap_head[i].back =
50 (struct sap_entry *)&sap_head[i];
101 sh = &sap_head[hsh & SAPHASHMASK];
131 sh = sap_head;
133 for (; sh < &sap_head[SAPHASHSIZ]; sh++)
173 sh = &sap_head[nsap->hash & SAPHASHMASK];
H A Dsap.h81 extern sap_hash sap_head[SAPHASHSIZ];
H A Dtimer.c65 struct sap_hash *sap_base = sap_head;
205 dumpsaptable(ftrace, sap_head);
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.c120 struct sap_hash *base = sap_head;
H A Dmain.c397 dumpsaptable(fh, sap_head);

Completed in 59 milliseconds