Lines Matching defs:total
1206 int total;
1217 v6stat.total = 0;
1232 if (v6stat.total != 16)
1236 if (v6stat.total == 16)
1243 if (v6stat.total > 0)
1248 && (v6stat.zero_pos != v6stat.total))
1253 || (v6stat.zero_pos == v6stat.total))
1264 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
1266 if (v6stat.total != v6stat.zero_pos)
1267 memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
1269 v6stat.total - v6stat.zero_pos);
1282 if (s->total == 16)
1287 s->zero_pos = s->total;
1289 else if (s->zero_pos != s->total)
1296 if (s->total > 12)
1301 if (!ipv4_from_asc(s->tmp + s->total, elem))
1303 s->total += 4;
1305 if (!ipv6_hex(s->tmp + s->total, elem, len))
1307 s->total += 2;