Searched defs:family_input (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c126 static int family_input = AF_UNSPEC; /* User supplied protocol family */ variable
289 family_input = AF_INET;
291 family_input = AF_INET6;
519 resolve_nodes(&family_input, &ai_dst);
539 switch (family_input) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c156 static int family_input = AF_UNSPEC; /* address family supplied by user */ variable
304 family_input = AF_INET;
306 family_input = AF_INET6;
578 if (family_input == AF_INET6 ||
579 (family_input == AF_UNSPEC && num_v6 != 0)) {
603 if (family_input == AF_INET ||
604 (family_input == AF_UNSPEC && num_v4 != 0)) {
874 get_hostinfo(targethost, family_input, &ai_dst);
880 get_hostinfo(nexthop, family_input, &ai_nexthop);
898 if (family_input
[all...]

Completed in 66 milliseconds