Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R4be1/PuppetMaster
/ sockaddr_in
Class
sockaddr_in
SSL-shell/main.c:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
// set up socket information
72
struct sockaddr_in serveraddr;
73
memset(&serveraddr, 0, sizeof(serveraddr));
74
serveraddr.sin_family = AF_INET;
75
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected