Searched refs:gai_error (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c38 static struct gai_error { struct
68 struct gai_error *g;
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c389 int gai_error; local
401 gai_error = getaddrinfo(host, NULL, &hints, &res);
402 if (gai_error) {
404 gai_strerror(gai_error));
462 int gai_error; local
467 gai_error = getaddrinfo(host, NULL, &hints, &res);
468 if (gai_error) {
470 gai_strerror(gai_error));
497 int gai_error; local
504 gai_error
[all...]

Completed in 64 milliseconds