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

123

/macosx-10.10.1/Libinfo-459/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)
H A Dgetifaddrs.c23 * BSDI getifaddrs.c,v 2.12 2000/02/23 14:51:59 dab Exp
90 getifaddrs(struct ifaddrs **pif) function
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/mDNSResponder-561.1.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.10.1/autofs-246/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.10.1/curl-83.1.2/curl/lib/
H A Dif2ip.c74 if(getifaddrs(&head) >= 0) {
96 if(getifaddrs(&head) >= 0) {
/macosx-10.10.1/libpcap-48/libpcap/
H A Dfad-getad.c172 * of "getifaddrs()" now, or in the future, will return
175 if (getifaddrs(&ifap) != 0) {
177 "getifaddrs: %s", pcap_strerror(errno));
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dsys_MacOSX.c215 if (getifaddrs(&ifap) == 0) {
262 if (getifaddrs(&ifap) == 0) {
/macosx-10.10.1/bind9-45.101/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.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh79 gen.subproj/getifaddrs.3 \
138 LinkManPages getifaddrs.3 \
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dget_addrs.c105 if (getifaddrs(&ifa0) == -1) {
107 krb5_set_error_message(context, ret, "getifaddrs: %s", strerror(ret));
/macosx-10.10.1/apr-32/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.10.1/configd-699.1.5/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. */
344 /* ALIGN: ifa should be aligned (from getifaddrs), cast ok.
354 /* ALIGN: ifa should be aligned (from getifaddrs), cast ok. */
/macosx-10.10.1/cups-408/cups/cups/
H A Dhttp-private.h360 * Some OS's don't have getifaddrs() and freeifaddrs()...
395 # define getifaddrs _cups_getifaddrs macro
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dnetwork.c128 if (getifaddrs(&addrs) < 0)
/macosx-10.10.1/ntp-92/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.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dsourcefilter.c98 if (getifaddrs(&ifaddrs) < 0)
/macosx-10.10.1/sudo-73/src/
H A Dinterfaces.c107 if (getifaddrs(&ifaddrs))

Completed in 386 milliseconds

123