MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / addrinfo

Class addrinfo

Source/Utils/duk_trans_socket_windows.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82void duk_trans_socket_init(void) {
83 WSADATA wsa_data;
84 struct addrinfo hints;
85 struct addrinfo *result = NULL;
86 int rc;
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected