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

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c38 static struct gai_error { struct
68 struct gai_error *g;
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c391 int gai_error; local
403 gai_error = getaddrinfo(host, NULL, &hints, &res);
404 if (gai_error) {
406 gai_strerror(gai_error));
464 int gai_error; local
469 gai_error = getaddrinfo(host, NULL, &hints, &res);
470 if (gai_error) {
472 gai_strerror(gai_error));
499 int gai_error; local
506 gai_error
[all...]

Completed in 103 milliseconds