Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtcpudp.c266 char *remote_hostname = remote_hostname; /* for compiler */ in tcpudpsvd_main() local
523 free_me1 = remote_hostname = xmalloc_sockaddr2host_noport(&remote.u.sa); in tcpudpsvd_main()
524 if (!remote_hostname) { in tcpudpsvd_main()
526 remote_hostname = remote_addr; in tcpudpsvd_main()
558 local_hostname, remote_hostname); in tcpudpsvd_main()
581 xsetenv_proto(proto, "REMOTEHOST", remote_hostname); in tcpudpsvd_main()