Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dudp_usrreq.c160 #ifndef UDBHASHSIZE
161 #define UDBHASHSIZE 16 macro
255 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
257 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()