Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c97 if (gw_count > 0) { in set_buffers()
99 optlen = 8 + gw_count * sizeof (struct in_addr); in set_buffers()
161 gwV4_count = (gw_count < MAX_GWS) ? gw_count : MAX_GWS - 1; in set_IPv4opt_sourcerouting()
216 if (gw_count > 0) { in send_probe()
218 optlen = 8 + gw_count * sizeof (struct in_addr); in send_probe()
H A Dtraceroute.c131 int gw_count = 0; /* number of gateways */ variable
330 if (gw_count >= MAXMAX_GWS) { in main()
335 gwlist[gw_count] = strdup(optarg); in main()
336 if (gwlist[gw_count] == NULL) { in main()
342 ++gw_count; in main()
489 if ((gw_count > 0) && (options & SO_DONTROUTE)) { in main()
676 if (gw_count > 0) { in resolve_nodes()
681 if (num_resolved_gw6 != gw_count && num_v6 != 0) { in resolve_nodes()
689 if (num_resolved_gw != gw_count && num_v4 != 0) { in resolve_nodes()
768 if (gw_count > 0) { in calc_packetlen()
[all …]
H A Dtraceroute_aux6.c89 if (gw_count > 0) { in set_buffers6()
92 gw_count * sizeof (struct in6_addr); in set_buffers6()
313 if (gw_count > 0) { in send_probe6()
316 gw_count * sizeof (struct in6_addr); in send_probe6()
H A Dtraceroute.h82 extern int gw_count; /* number of LSRR gateways */
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c99 set_IPv4_options(int sock, union any_in_addr *gw_IP_list, int gw_count, in set_IPv4_options() argument
110 if (rr_option || ts_option || gw_count > 0) { in set_IPv4_options()
114 if (gw_count > 0) { in set_IPv4_options()
116 req_size = 3 + (sizeof (struct in_addr)) * gw_count; in set_IPv4_options()
129 for (i = 0; i < gw_count; i++) { in set_IPv4_options()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2483 int gw_count; in parse_input() local
2486 gw_count = 0; in parse_input()
2539 hostname_list[gw_count] = strdup(hname); in parse_input()
2540 if (hostname_list[gw_count] == NULL) { in parse_input()
2545 if (++gw_count > MAXMAX_GATEWAY) { in parse_input()
2561 gw_count--; in parse_input()
2564 if (gw_count <= 0) in parse_input()
2567 return (gw_count); in parse_input()