Searched refs:getifaddrs (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dif_nametoindex.c62 if (getifaddrs(&ifaddrs) < 0)
H A Difaddrs.h61 extern int getifaddrs(struct ifaddrs **);
H A Dif_indextoname.c64 if (getifaddrs(&ifaddrs) < 0)
65 return(NULL); /* getifaddrs properly set errno */
H A Dif_nameindex.c85 if (getifaddrs(&ifaddrs) < 0)
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Difaddrs.hin76 #define getifaddrs(a) rk_getifaddrs(a)
H A Dgetifaddrs-test.c122 ret = getifaddrs(&addrs);
124 err(1, "getifaddrs");
H A DNTMakefile180 $(OBJ)\getifaddrs-test.exe \
248 $(OBJ)\getifaddrs-test.exe: $(OBJ)\getifaddrs-test.obj $(LIBROKEN)
262 getifaddrs-test.exe
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.h90 /*! @function getifaddrs
95 int getifaddrs( struct ifaddrs **outAddrs );
100 @abstract Frees a linked list of interfaces built with getifaddrs.
/macosx-10.9.5/autofs-234/automountlib/
H A Dselfcheck.c82 if (getifaddrs(&ifaddrs) == -1) {
83 syslog(LOG_ERR, "getifaddrs failed: %s\n",
H A Dhost_is_us.c290 if (getifaddrs(&ifaddrs) == -1) {
291 pr_msg("getifaddrs failed: %s\n", strerror(errno));
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dif2ip.c74 if(getifaddrs(&head) >= 0) {
96 if(getifaddrs(&head) >= 0) {
/macosx-10.9.5/libpcap-42/libpcap/
H A Dfad-getad.c145 * This is the implementation used on platforms that have "getifaddrs()".
168 * of "getifaddrs()" now, or in the future, will return
171 if (getifaddrs(&ifap) != 0) {
173 "getifaddrs: %s", pcap_strerror(errno));
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dsys_MacOSX.c215 if (getifaddrs(&ifap) == 0) {
262 if (getifaddrs(&ifap) == 0) {
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Difiter_getifaddrs.c22 * Obtain the list of network interfaces using the getifaddrs(3) library.
74 * address returned by getifaddrs().
83 if (getifaddrs(&iter->ifaddrs) < 0) {
90 "addresses: getifaddrs: %s"),
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh90 gen.subproj/getifaddrs.3 \
149 LinkManPages getifaddrs.3 \
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_addrs.c105 if (getifaddrs(&ifa0) == -1) {
107 krb5_set_error_message(context, ret, "getifaddrs: %s", strerror(ret));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dmulticast.c51 * TODO: getifaddrs is only portable to *BSD and OS X. Using ioctl
55 * getifaddrs. The license is acceptable, but, It is a fairly large
58 if (getifaddrs(&ifs) != 0) {
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dmulticast.c51 * TODO: getifaddrs is only portable to *BSD and OS X. Using ioctl
55 * getifaddrs. The license is acceptable, but, It is a fairly large
58 if (getifaddrs(&ifs) != 0) {
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Dev_ipv4.c153 if (getifaddrs(&ifap_temp) == -1) {
154 SCLog(TRUE, LOG_ERR, CFSTR("getifaddrs() failed: %s"), strerror(errno));
185 /* ALIGN: cast ok, this should be aligned (getifaddrs). */
192 /* ALIGN: cast ok, this should be aligned (getifaddrs). */
199 /* ALIGN: cast ok, this should be aligned (getifaddrs). */
203 /* ALIGN: cast ok, this should be aligned (getifaddrs). */
H A Dev_ipv6.c270 if (getifaddrs(&ifap_temp) == -1) {
271 SCLog(TRUE, LOG_ERR, CFSTR("getifaddrs() failed: %s"), strerror(errno));
313 /* ALIGN: ifa->ifa_addr aligned (getifaddrs), cast ok. */
341 /* ALIGN: ifa should be aligned (from getifaddrs), cast ok.
351 /* ALIGN: ifa should be aligned (from getifaddrs), cast ok. */
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-private.h353 * Some OS's don't have getifaddrs() and freeifaddrs()...
388 # define getifaddrs _cups_getifaddrs macro
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dnetwork.c135 if (getifaddrs(&addrs) < 0)
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Difiter_getifaddrs.c22 * Obtain the list of network interfaces using the getifaddrs(3) library.
74 * address returned by getifaddrs().
83 if (getifaddrs(&iter->ifaddrs) < 0) {
90 "addresses: getifaddrs: %s"),
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dsourcefilter.c98 if (getifaddrs(&ifaddrs) < 0)
/macosx-10.9.5/sudo-72/src/
H A Dinterfaces.c107 if (getifaddrs(&ifaddrs))

Completed in 222 milliseconds

123