Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.h116 #define DN_MAX_HASH_SIZE 65536 macro
H A Dip_dummynet.c1967 } else if (l > DN_MAX_HASH_SIZE) { in alloc_hash()
1968 l = DN_MAX_HASH_SIZE; in alloc_hash()