Searched refs:getipnodebyname (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h57 #undef getipnodebyname macro
58 #define getipnodebyname idn_resolver_getipnodebyname macro
H A Dresolver.c88 #undef getipnodebyname macro
881 ENTRY(getipnodebyname)(const char *name, int af, int flags, int *errp) { function
887 return (REAL(getipnodebyname)(name, af, flags, errp));
889 TRACE(("getipnodebyname(name=%s)\n", idn__debug_xstring(name, 60), af));
898 hp = REAL(getipnodebyname)(name, af, flags, errp);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetipnodebyname.c48 getipnodebyname (const char *name, int af, int flags, int *error_num) function
H A Dgetaddrinfo.c332 he = getipnodebyname (nodename, PF_INET6, 0, &error);
344 he = getipnodebyname (nodename, PF_INET, 0, &error);
H A Droken.h.in799 #define getipnodebyname rk_getipnodebyname
801 getipnodebyname (const char *, int, int, int *);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c72 he = getipnodebyname(argv[1], AF_INET6, AI_DEFAULT|AI_ALL,
74 print_he(he, error, "getipnodebyname", argv[1]);
78 he = getipnodebyname(argv[1], AF_INET6, AI_DEFAULT,
80 print_he(he, error, "getipnodebyname", argv[1]);
/macosx-10.10.1/autofs-246/automountlib/
H A Dselfcheck.c66 * getipnodebyname() and thus on to mDNSResponder, which will
69 * getipnodebyname(), gethostbyname(), etc. or routines
104 if ((hostinfo = getipnodebyname(hostname, family, AI_DEFAULT,
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h68 /* special recommended flags for getipnodebyname */
90 extern struct hostent *getipnodebyname (const char *, int, int, int *);
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h68 /* special recommended flags for getipnodebyname */
87 extern struct hostent *getipnodebyname (const char *, int, int, int *);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h121 * Flag values for getipnodebyname()
237 #ifdef getipnodebyname
238 #undef getipnodebyname macro
240 #define getipnodebyname lwres_getipnodebyname macro
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h228 /* special recommended flags for getipnodebyname */
294 struct hostent *getipnodebyname(const char *, int, int, int *);
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh82 gen.subproj/getipnodebyname.3 \
141 LinkManPages getipnodebyname.3 \
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in120 * Flag values for getipnodebyname()
243 #ifdef getipnodebyname
244 #undef getipnodebyname
246 #define getipnodebyname lwres_getipnodebyname
/macosx-10.10.1/diskdev_cmds-576/umount.tproj/
H A Dumount.c473 hp = getipnodebyname(hostname, AF_INET, 0, &errnum);
474 hp6 = getipnodebyname(hostname, AF_INET6, 0, &errnum);
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dvpnoptions.c282 hostent = getipnodebyname ((char*)str, AF_INET, 0, &err);
540 struct hostent *hesp = getipnodebyname (inIPString, AF_INET, 0, &nErr);
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dgetaddrinfo.c39 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
542 hp = getipnodebyname(hostname, AF_INET6,
545 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dgetaddrinfo.c38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
587 hp = getipnodebyname(hostname, AF_INET6,
590 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h496 #define getipnodebyname Rgetipnodebyname macro
/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c284 #define getipnodebyname(x, y, z, u) gethostbyname2((x), (y)) macro
423 hp = getipnodebyname(optarg, AF_INET6, 0, &h_errno);
/macosx-10.10.1/autofs-246/automountd/
H A Dnfs_cast.c218 hp = getipnodebyname(mfs->mfs_host, af, AI_DEFAULT, &error_num);
H A Dautod_nfs.c217 hp = getipnodebyname(mfs->mfs_host, af, AI_DEFAULT, &err);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dlwtest.c328 hp = getipnodebyname(name, af, flags, &error_num);
333 printf("I:getipnodebyname(%s) failed: %d\n",
338 printf("I:getipnodebyname(%s) returned not found\n",
351 printf("I:getipnodebyname(%s) returned wrong family\n",
363 printf("I:getipnodebyname(%s) returned %s, "
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dtcp.c206 # define zsh_getipnodebyname getipnodebyname
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetaddrinfo.c39 * - We use getipnodebyname() just for thread-safeness. There's no intent
41 * getipnodebyname().
560 * handling code by ourselves in case we don't have getipnodebyname().
563 hp = getipnodebyname(hostname, pai->ai_family, AI_ADDRCONFIG, &h_error);
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetaddrinfo.c47 * - We use getipnodebyname() just for thread-safeness. There's no intent
49 * getipnodebyname().
60 * getipnodebyname(host, AF_INET6);
61 * getipnodebyname(host, AF_INET);
571 hp = getipnodebyname(hostname, pai->ai_family,

Completed in 309 milliseconds

12