MCPcopy Create free account
hub / github.com/R4be1/PuppetMaster / sockaddr

Class sockaddr

SSL-shell/main.c:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 // connect to the server
89 if (connect(sock, (struct sockaddr *)&serveraddr, sizeof(serveraddr)) == -1)
90 {
91 fprintf(stderr, "Connection failed\n");
92 closesocket(sock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected