Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4420 int ipv4_route_count, ipv6_route_count; in ire_report() local
4428 ipv4_route_count = ipv6_route_count = route_attrs_count = 0; in ire_report()
4431 ipv6_route_count += iptr->length / ipv6RouteEntrySize; in ire_report()
4448 if (family_selected(AF_INET6) && ipv6_route_count > 0) { in ire_report()
4449 v6_attrs = calloc(ipv6_route_count, sizeof (*v6_attrs)); in ire_report()