MCPcopy Create free account
hub / github.com/3proxy/3proxy / myresolver

Function myresolver

src/auth.c:1207–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207unsigned long myresolver(int af, unsigned char * name, unsigned char * value){
1208 return udpresolve(af, name, value, NULL, NULL, 0);
1209}
1210
1211unsigned long fakeresolver (int af, unsigned char *name, unsigned char * value){
1212 memset(value, 0, af == AF_INET6? 16 : 4);

Callers

nothing calls this directly

Calls 1

udpresolveFunction · 0.85

Tested by

no test coverage detected