Searched refs:aicode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/rpc.statd/ |
| H A D | statd.c | 334 int aicode; in create_service() local 458 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 463 gai_strerror(aicode)); in create_service() 469 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() 473 nconf->nc_netid, gai_strerror(aicode)); in create_service() 530 int aicode, fd, nhostsbak; in complete_service() local 590 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service() 593 gai_strerror(aicode)); in complete_service()
|
| /freebsd-13.1/usr.sbin/rpc.lockd/ |
| H A D | lockd.c | 505 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-13.1/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 272 int aicode; in init_transport() local 428 if ((aicode = getaddrinfo(hosts[nhostsbak], in init_transport() 432 nconf->nc_netid, gai_strerror(aicode)); in init_transport()
|
| /freebsd-13.1/usr.sbin/mountd/ |
| H A D | mountd.c | 794 int aicode; in create_service() local 940 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 945 gai_strerror(aicode)); in create_service() 951 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() 955 nconf->nc_netid, gai_strerror(aicode)); in create_service() 1012 int aicode, fd, nhostsbak; in complete_service() local 1079 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service() 1082 gai_strerror(aicode)); in complete_service()
|