Searched refs:aicode (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/rpc.statd/ |
| H A D | statd.c | 332 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 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/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 308 int aicode; in init_transport() local 463 if ((aicode = getaddrinfo(hosts[nhostsbak], servname, &hints, in init_transport() 466 nconf->nc_netid, gai_strerror(aicode)); in init_transport()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 825 int aicode; in create_service() local 971 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 976 gai_strerror(aicode)); in create_service() 982 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() 986 nconf->nc_netid, gai_strerror(aicode)); in create_service() 1043 int aicode, fd, nhostsbak; in complete_service() local 1110 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service() 1113 gai_strerror(aicode)); in complete_service()
|