Home
last modified time | relevance | path

Searched refs:Getipnodebyname (Results 1 – 3 of 3) sorted by relevance

/dports/net/socat/socat-1.7.4.2/
H A Dsycls.h145 struct hostent *Getipnodebyname(const char *name, int af, int flags,
252 #define Getipnodebyname(n,a,f,e) getipnodebyname(n,a,f,e) macro
H A Dxio-ip.c349 host = Getipnodebyname(node, family, AI_V4MAPPED, &error_num);
H A Dsycls.c1462 struct hostent *Getipnodebyname(const char *name, int af, int flags, in Getipnodebyname() function