Home
last modified time | relevance | path

Searched refs:aicode (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c332 int aicode; in create_service() local
456 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
461 gai_strerror(aicode)); in create_service()
467 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
471 nconf->nc_netid, gai_strerror(aicode)); in create_service()
528 int aicode, fd, nhostsbak; in complete_service() local
588 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service()
591 gai_strerror(aicode)); in complete_service()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c505 int aicode; in create_service() local
635 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
640 gai_strerror(aicode)); in create_service()
647 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
651 nconf->nc_netid, gai_strerror(aicode)); in create_service()
729 int aicode, fd, nhostsbak; in complete_service() local
801 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service()
804 gai_strerror(aicode)); in complete_service()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c281 int aicode; in init_transport() local
437 if ((aicode = getaddrinfo(hosts[nhostsbak], servname, &hints, in init_transport()
440 nconf->nc_netid, gai_strerror(aicode)); in init_transport()
/freebsd/usr.sbin/mountd/
H A Dmountd.c824 int aicode; in create_service() local
970 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
975 gai_strerror(aicode)); in create_service()
981 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
985 nconf->nc_netid, gai_strerror(aicode)); in create_service()
1042 int aicode, fd, nhostsbak; in complete_service() local
1109 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service()
1112 gai_strerror(aicode)); in complete_service()