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

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_usrreq.c161 #ifndef UDBHASHSIZE
162 #define UDBHASHSIZE 16 macro
225 udbinfo.hashbase = hashinit(UDBHASHSIZE, M_PCB, &udbinfo.hashmask);
226 udbinfo.porthashbase = hashinit(UDBHASHSIZE, M_PCB,

Completed in 15 milliseconds