Home
last modified time | relevance | path

Searched refs:ipv4_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()
4433 ipv4_route_count += iptr->length / ipRouteEntrySize; in ire_report()
4441 if (family_selected(AF_INET) && ipv4_route_count > 0) { in ire_report()
4442 v4_attrs = calloc(ipv4_route_count, sizeof (*v4_attrs)); in ire_report()