Home
last modified time | relevance | path

Searched refs:gai_strerror (Results 1 – 25 of 71) sorted by relevance

123

/dragonfly/sbin/nfsd/
H A Dnfsd.c251 err(1, "getaddrinfo udp: %s", gai_strerror(ecode)); in main()
270 err(1, "getaddrinfo udp6: %s", gai_strerror(ecode)); in main()
289 err(1, "getaddrinfo tcp: %s", gai_strerror(ecode)); in main()
308 err(1, "getaddrinfo tcp6: %s", gai_strerror(ecode)); in main()
397 gai_strerror(ecode)); in main()
466 gai_strerror(ecode)); in main()
532 gai_strerror(ecode)); in main()
607 gai_strerror(ecode)); in main()
749 gai_strerror(ecode)); in setbindhost()
/dragonfly/usr.sbin/lpr/common_source/
H A Dnet.c103 fatal(pp, "%s\n", gai_strerror(err)); in getport()
206 lclhost, gai_strerror(error)); in checkremote()
219 pp->remote_host, gai_strerror(error)); in checkremote()
/dragonfly/crypto/libressl/crypto/bio/
H A Db_sock.c57 gai_strerror(error)); in BIO_get_host_ip()
83 gai_strerror(error)); in BIO_get_port()
152 gai_strerror(error)); in BIO_get_accept_socket()
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd.c400 gai_strerror(aicode)); in create_service()
409 nconf->nc_netid, gai_strerror(aicode)); in create_service()
475 gai_strerror(aicode)); in create_service()
/dragonfly/contrib/cvs-1.12/lib/
H A Dcanon-host.h28 # define ch_strerror_r(cherror) gai_strerror (cherror);
H A Dcanon-host.c89 return gai_strerror (last_cherror); in ch_strerror()
H A Dgetaddrinfo.h91 extern const char *gai_strerror (int ecode);
/dragonfly/lib/libc/net/
H A DMakefile.inc10 gai_strerror.c getaddrinfo.c \
36 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \
H A Dgai_strerror.c78 gai_strerror(int ecode) in gai_strerror() function
H A DSymbol.map22 gai_strerror;
H A Drcmdsh.c94 gai_strerror(error)); in rcmdsh()
/dragonfly/usr.sbin/rpcbind/
H A Dutil.c307 gai_strerror(ecode)); in network_init()
322 gai_strerror(ecode)); in network_init()
/dragonfly/usr.sbin/tcpdrop/
H A Dtcpdrop.c265 gai_strerror(error)); in tcpdropbyname()
271 gai_strerror(error)); in tcpdropbyname()
/dragonfly/usr.sbin/dntpd/
H A Dsocket.c58 gai_strerror(error)); in udp_socket()
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c721 from_ip, gai_strerror(error)); in chkhost()
723 from_ip, gai_strerror(error)); in chkhost()
858 syslog(LOG_ERR, "%s", gai_strerror(error)); in socksetup()
/dragonfly/lib/libc/nls/
H A Dja_JP.UTF-8.msg259 $ gai_strerror() support catalog
H A Dja_JP.eucJP.msg259 $ gai_strerror() support catalog
H A Dko_KR.UTF-8.msg259 $ gai_strerror() support catalog
H A Dko_KR.eucKR.msg259 $ gai_strerror() support catalog
H A Dzh_Hans_CN.GB18030.msg255 $ gai_strerror() support catalog
H A Dzh_Hans_CN.GB2312.msg255 $ gai_strerror() support catalog
H A Dzh_Hans_CN.UTF-8.msg255 $ gai_strerror() support catalog
/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c190 perror(gai_strerror(error)); in main()
/dragonfly/usr.sbin/rip6query/
H A Drip6query.c121 errx(1, "%s: %s", argv[0], gai_strerror(error)); in main()
/dragonfly/usr.bin/finger/
H A Dnet.c75 warnx("%s: %s", host, gai_strerror(error)); in netfinger()

123