Searched refs:gai_error (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | gai_strerror.c | 38 static struct gai_error { struct 68 struct gai_error *g; in gai_strerror()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 435 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 D | ndp_netlink.c | 410 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 D | libc_ubuntu1404_abilist.txt | 1825 fun:gai_error=uninstrumented
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |