Home
last modified time | relevance | path

Searched refs:CHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dratectrl.h87 typedef struct CHash struct
/freebsd/usr.sbin/inetd/
H A Dinetd.c2176 typedef struct CHash { struct
2187 } CHash; typedef
2189 static CHash CHashAry[CPMHSIZE];
2210 CHash *chBest = NULL; in cpmip()
2247 CHash *ch = &CHashAry[(hv + i) & CPMHMASK]; in cpmip()