MCPcopy Create free account
hub / github.com/Tencent/libco / sockaddr_in

Class sockaddr_in

example_poll.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63static void SetAddr(const char *pszIP,const unsigned short shPort,struct sockaddr_in &addr)
64{
65 bzero(&addr,sizeof(addr));
66 addr.sin_family = AF_INET;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected