Searched refs:host_arg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/network_cmds-457/mptcp_client/
H A Dmptcp_client.c326 const char *host_arg = NULL; local
348 host_arg = optarg;
390 host_arg = argv[1];
406 if (host_arg == NULL)
477 host_arg, port_arg, reqlen, rsplen, ntimes, alt_addr_arg, connordrtest, longlived, fastjoin, nowaitforjoin);
492 retval = getaddrinfo(host_arg, port_arg, &ahints, &ares);
494 printf("getaddrinfo(%s, %s) failed %d\n", host_arg, port_arg, retval);
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.c246 char *p, *cp, *line, *argv0, buf[MAXPATHLEN], *host_arg; local
737 host_arg = host;
753 "h", host, "l", thishost, "n", host_arg, "r", options.user,
783 "l", thishost, "n", host_arg, "r", options.user,

Completed in 106 milliseconds