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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dfrag6.c90 ip6_maxfragpackets = nmbclusters / 32;
248 if (ip6_maxfragpackets < 0)
250 else if (frag6_nfragpackets >= (u_int)ip6_maxfragpackets)
680 while (frag6_nfragpackets > (u_int)ip6_maxfragpackets &&
H A Din6_proto.c368 int ip6_maxfragpackets; /* initialized in frag6.c:frag6_init() */ variable
482 maxfragpackets, CTLFLAG_RW, &ip6_maxfragpackets, 0, "");
H A Dip6_var.h276 extern int ip6_maxfragpackets; /* Maximum packets in reassembly queue */

Completed in 28 milliseconds