Searched refs:hostName (Results 1 – 1 of 1) sorted by relevance
314 char hostName[BUF_SIZE_MEDIUM] = ""; in DaemonSessionHandshake() local315 size_t len = sizeof(hostName); in DaemonSessionHandshake()316 uv_os_gethostname(hostName, &len); in DaemonSessionHandshake()318 handshake.buf = hostName; in DaemonSessionHandshake()