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

/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c323 int aicode; local
447 if ((aicode = getaddrinfo(NULL, svcport_str,
452 gai_strerror(aicode));
458 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
462 nconf->nc_netid, gai_strerror(aicode));
519 int aicode, fd, nhostsbak; local
579 if ((aicode = getaddrinfo(NULL, port_str, &hints,
582 gai_strerror(aicode));
/freebsd-10-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-10-stable/usr.sbin/rpcbind/
H A Drpcbind.c255 int aicode; local
411 if ((aicode = getaddrinfo(hosts[nhostsbak],
415 nconf->nc_netid, gai_strerror(aicode));

Completed in 109 milliseconds