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

12345678

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c1575 inet_ntop(AF_INET6, cpi->redir_gid.raw, gid_str,
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c833 inet_ntop(af, addr, buf, sizeof(buf));
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1994 (void) inet_ntop(AF_INET6, &addr->in6, hostbuf, sizeof(hostbuf) - 1);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6193 cp = inet_ntop(sin->sin_family,
6201 cp = inet_ntop(sin6->sin6_family,
H A Dnfs_nfsdserv.c3596 ucp = inet_ntop(AF_INET6, &rin6->sin6_addr, addrbuf,
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2299 bprintf(bp, " %s %d", inet_ntop(AF_INET6, &d->id.src_ip6, buf,
2301 bprintf(bp, " <-> %s %d", inet_ntop(AF_INET6, &d->id.dst_ip6,
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in157 compat/inet_aton.c compat/inet_ntop.c compat/inet_pton.c compat/malloc.c \
1648 inet_ntop.lo inet_ntop.o: $(srcdir)/compat/inet_ntop.c config.h
/freebsd-11-stable/contrib/ldns/
H A DMakefile.in724 compat/inet_ntop.lo compat/inet_ntop.o: $(srcdir)/compat/inet_ntop.c ldns/config.h
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2479 INTERCEPTOR(char *, inet_ntop, int af, const void *src, char *dst, u32 size) {
2481 COMMON_INTERCEPTOR_ENTER(ctx, inet_ntop, af, src, dst, size);
2488 char *res = REAL(inet_ntop)(af, src, dst, size);
2508 COMMON_INTERCEPT_FUNCTION(inet_ntop); \
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in54 glob.c hstrerror.c inet_aton.c inet_ntop.c inet_pton.c \
822 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Plo@am__quote@
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c1324 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c513 inet_ntop(AF_INET6, &ipv6prefix[2], ipv6addr, sizeof(ipv6addr));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c4678 if (!val || !inet_ntop(AF_INET, val, addr, sizeof(addr)))
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y4880 if (inet_ntop(af, &h->addr.v.a.addr, a,
/freebsd-11-stable/contrib/ntp/
H A Dconfigure18251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5
18252 $as_echo_n "checking for library containing inet_ntop... " >&6; }
18266 char inet_ntop ();
18270 return inet_ntop ();
24241 ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop"
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure8925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5
8926 $as_echo_n "checking for library containing inet_ntop... " >&6; }
8940 char inet_ntop ();
8944 return inet_ntop ();
14915 ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop"
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure14108 inet_ntop \
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure20905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop" >&5
20906 $as_echo_n "checking for inet_ntop... " >&6; }
20934 inet_ntop(0, 0, 0, 0);
20962 *" inet_ntop.$ac_objext "* ) ;;
20963 *) LIBOBJS="$LIBOBJS inet_ntop.$ac_objext"

Completed in 426 milliseconds

12345678