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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c193 static int maxnipq; variable
195 &maxnipq, 0,
446 maxnipq = nmbclusters / 32;
447 maxfrags = maxnipq * 2;
1206 /* If maxnipq is 0, never accept fragments. */
1207 if (maxnipq == 0) {
1258 * If maxnipq is -1, accept all fragments without limitation.
1260 if ((nipq > maxnipq) && (maxnipq > 0)) {
1781 if (maxnipq >
[all...]

Completed in 18 milliseconds