Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c1064 int i, num_addr; in pr_rthdr() local
1074 num_addr = rthdr0->ip6r0_len / 2; in pr_rthdr()
1076 for (i = 0; i < num_addr; i++) { in pr_rthdr()
1078 if (i == (num_addr - rthdr0->ip6r0_segleft)) in pr_rthdr()
1081 if (i != num_addr - 1) in pr_rthdr()
H A Dping.h100 int num_addr; /* number of addresses */ member
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c80 int num_addr; /* number of IP addresses */ member