Home
last modified time | relevance | path

Searched refs:gai_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dgai_strerror.c38 static struct gai_error { struct
68 struct gai_error *g; in gai_strerror()
/freebsd/usr.sbin/ndp/
H A Dndp.c435 int gai_error; in set() local
444 gai_error = getaddr(host, sin); in set()
445 if (gai_error) { in set()
446 xo_warnx("%s: %s", host, gai_strerror(gai_error)); in set()
505 int gai_error = getaddrinfo(host, NULL, &hints, &res); in getaddr() local
506 if (gai_error != 0) in getaddr()
507 return (gai_error); in getaddr()
523 int gai_error; in get() local
527 gai_error = getaddr(host, sin); in get()
528 if (gai_error) { in get()
[all …]
H A Dndp_netlink.c410 int gai_error = getaddr(host, &dst); in delete_nl() local
411 if (gai_error) { in delete_nl()
412 xo_warnx("%s: %s", host, gai_strerror(gai_error)); in delete_nl()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1825 fun:gai_error=uninstrumented
/freebsd/contrib/ntp/
H A DCommitLog[all...]