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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2474 * On successful return, hostname_list points to a list of hosts (last one being
2479 parse_input(char *cmd_line_input, char **hostname_list, uchar_t *src_rtng_type) argument
2510 hostname_list[0] = strdup(cp);
2511 if (hostname_list[0] == NULL) {
2539 hostname_list[gw_count] = strdup(hname);
2540 if (hostname_list[gw_count] == NULL) {
2583 * The last host in the hostname_list is the target. After resolving the target,
2590 resolve_hosts(char **hostname_list, int num_gw, struct gateway **gw_addrsp, argument
2617 rc = getaddrinfo(hostname_list[num_gw],
2620 if (hostname_list[num_g
2935 char *hostname_list[MAXMAX_GATEWAY + 1] = {NULL}; local
[all...]

Completed in 65 milliseconds