Searched refs:helloLen (Results 1 – 1 of 1) sorted by relevance
142 int rv, helloLen, received; in handshake() local147 helloLen = (int)strlen(hello); in handshake()149 while (received < helloLen) { in handshake()161 n = recv_fully(fd, buf, helloLen-received); in handshake()186 if (send_fully(fd, (char*)hello, helloLen) != helloLen) { in handshake()