Searched refs:inet_ntop (Results 176 - 188 of 188) sorted by relevance

12345678

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c8489 if (inet_ntop(AF_INET6, & p->sin6_node_address.sin6_addr, buf, sizeof(buf)))
8492 LogInfo("nodePresence: inet_ntop() error");
8514 if (inet_ntop(AF_INET6, & p->sin6_node_address.sin6_addr, buf, sizeof(buf)))
8517 LogInfo("nodeAbsence: inet_ntop() error");
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfigure32741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop can be linked" >&5
32742 $as_echo_n "checking if inet_ntop can be linked... " >&6; }
32747 #define inet_ntop innocuous_inet_ntop
32753 #undef inet_ntop
32757 char inet_ntop ();
32764 return inet_ntop ();
32787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop is prototyped" >&5
32788 $as_echo_n "checking if inet_ntop is prototyped... " >&6; }
32796 $EGREP "inet_ntop" >/dev/null 2>&1; then :
32814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if inet_ntop i
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Dconfigure11213 { echo "$as_me:$LINENO: checking for library containing inet_ntop" >&5
11214 echo $ECHO_N "checking for library containing inet_ntop... $ECHO_C" >&6; }
11232 char inet_ntop ();
11236 return inet_ntop ();
11417 for ac_func in inet_ntop
11525 *" lib/inet_ntop.$ac_objext "* ) ;;
11526 *) LIBOBJS="$LIBOBJS lib/inet_ntop.$ac_objext"
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c479 if (inet_ntop(sa->sa_family, sinaddr, naddr, sizeof(naddr)) != naddr)
/macosx-10.10.1/ntp-92/sntp/
H A Dconfigure16917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5
16918 $as_echo_n "checking for library containing inet_ntop... " >&6; }
16932 char inet_ntop ();
16936 return inet_ntop ();
16973 ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop"
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dconfigure8690 inet_ntop inet_pton mkstemp setprogname sl_init snprintf \
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure8242 inet_aton inet_pton inet_ntop \
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim2379 \ 'inet_ntop(': 'string in_addr | string',
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure9535 inet_ntop \
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dconfigure8163 # it does not ship with a libc symbol "inet_ntop()", it ships with
8167 { echo "$as_me:$LINENO: checking for inet_ntop" >&5
8168 echo $ECHO_N "checking for inet_ntop... $ECHO_C" >&6; }
8183 inet_ntop(AF_INET, src, dst, sizeof(dst));
8215 *" inet_ntop.$ac_objext "* ) ;;
8216 *) LIBOBJS="$LIBOBJS inet_ntop.$ac_objext"
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure19902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop" >&5
19903 $as_echo_n "checking for inet_ntop... " >&6; }
19931 inet_ntop(0, 0, 0, 0);
19959 *" inet_ntop.$ac_objext "* ) ;;
19960 *) LIBOBJS="$LIBOBJS inet_ntop.$ac_objext"
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfigure24071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop with IPv6 support" >&5
24072 $as_echo_n "checking for inet_ntop with IPv6 support... " >&6; }
24074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming inet_ntop not needed" >&5
24075 $as_echo "assuming inet_ntop not needed" >&6; }
24086 char a[16],b[64]; return(inet_ntop(AF_INET6, a, b, sizeof(b)) == (char*)0);}
24095 ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_ntop.$O"
24096 ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure18976 for ac_func in getaddrinfo getnameinfo gai_strerror inet_ntop
19073 { { echo "$as_me:$LINENO: error: IPv6 support requires getaddrinfo() and inet_ntop()" >&5
19074 echo "$as_me: error: IPv6 support requires getaddrinfo() and inet_ntop()" >&2;}
[all...]

Completed in 667 milliseconds

12345678