OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gaierror
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/rshd/
rshd.c
274
int
gaierror
;
local
409
gaierror
= getaddrinfo(remotehost, pbuf, &hints, &res0);
410
if (
gaierror
) {
413
remotehost, gai_strerror(
gaierror
));
/src/libexec/rlogind/
rlogind.c
254
int
gaierror
;
local
301
gaierror
= getaddrinfo(hostnamebuf, "0", &hints, &res0);
302
if (
gaierror
) {
305
hostnamebuf, gai_strerror(
gaierror
));
/src/external/mpl/bind/dist/bin/delv/
delv.c
944
int
gaierror
;
local
981
gaierror
= getaddrinfo(server, port, &hints, &res);
982
if (
gaierror
!= 0) {
984
gai_strerror(
gaierror
));
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026