Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dudp_usrreq.c158 #ifndef UDBHASHSIZE
159 #define UDBHASHSIZE 16 macro
251 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
253 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()