Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4039 int ipv4_route_count, ipv6_route_count; in ire_report() local
4047 ipv4_route_count = ipv6_route_count = route_attrs_count = 0; in ire_report()
4052 ipv4_route_count += iptr->length / ipRouteEntrySize; in ire_report()
4060 if (family_selected(AF_INET) && ipv4_route_count > 0) { in ire_report()
4061 v4_attrs = calloc(ipv4_route_count, sizeof (*v4_attrs)); in ire_report()