Searched refs:aicode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c331 int aicode; local
455 if ((aicode = getaddrinfo(NULL, svcport_str,
460 gai_strerror(aicode));
466 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
470 nconf->nc_netid, gai_strerror(aicode));
527 int aicode, fd, nhostsbak; local
587 if ((aicode = getaddrinfo(NULL, port_str, &hints,
590 gai_strerror(aicode));
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c503 int aicode; local
633 if ((aicode = getaddrinfo(NULL, svcport_str,
638 gai_strerror(aicode));
645 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
649 nconf->nc_netid, gai_strerror(aicode));
727 int aicode, fd, nhostsbak; local
799 if ((aicode = getaddrinfo(NULL, port_str, &hints,
802 gai_strerror(aicode));
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c257 int aicode; local
413 if ((aicode = getaddrinfo(hosts[nhostsbak],
417 nconf->nc_netid, gai_strerror(aicode));

Completed in 72 milliseconds