Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/usr.sbin/rpcbind/
H A Drpcbind.c271 int aicode; in init_transport() local
427 if ((aicode = getaddrinfo(hosts[nhostsbak], in init_transport()
431 nconf->nc_netid, gai_strerror(aicode)); in init_transport()
/freebsd-14.2/usr.sbin/mountd/
H A Dmountd.c801 int aicode; in create_service() local
947 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
952 gai_strerror(aicode)); in create_service()
958 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
962 nconf->nc_netid, gai_strerror(aicode)); in create_service()
1019 int aicode, fd, nhostsbak; in complete_service() local
1086 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service()
1089 gai_strerror(aicode)); in complete_service()