Lines Matching refs:af
183 idn_stub_gethostbyname2(const char *name, int af) {
184 static struct hostent *(*fp)(const char *name, int af);
189 return ((*fp)(name, af));
230 idn_stub_gethostbyname2_r(const char *name, int af, struct hostent *result,
234 static int (*fp)(const char *name, int af, struct hostent *result,
241 return ((*fp)(name, af, result, buffer, buflen, rp, errp));
305 idn_stub_getipnodebyname(const char *name, int af, int flags, int *errp) {
306 static struct hostent *(*fp)(const char *name, int af, int flags,
312 return ((*fp)(name, af, flags, errp));
319 idn_stub_getipnodebyaddr(const void *src, size_t len, int af, int *errp) {
320 static struct hostent *(*fp)(const void *src, size_t len, int af,
326 return ((*fp)(src, len, af, errp));