V_ip6_maxfragpackets
V_ip6_maxfragpackets = IP6_MAXFRAGPACKETS;
V_ip6_maxfragpackets = IP6_MAXFRAGPACKETS;
if ((i = V_ip6_maxfragpackets) > 0)
val = V_ip6_maxfragpackets;
V_ip6_maxfragpackets = val;
if (V_ip6_maxfragpackets < 0)
(u_int)V_ip6_maxfragpackets)
while ((V_ip6_maxfragpackets == 0 ||
(V_ip6_maxfragpackets > 0 &&
while (V_ip6_maxfragpackets >= 0 &&
(u_int)V_ip6_maxfragpackets) {