Searched refs:aicode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/usr.sbin/rpc.statd/ |
| D | statd.c | 333 int aicode; in create_service() local 457 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 462 gai_strerror(aicode)); in create_service() 468 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() 472 nconf->nc_netid, gai_strerror(aicode)); in create_service() 529 int aicode, fd, nhostsbak; in complete_service() local 589 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service() 592 gai_strerror(aicode)); in complete_service()
|
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| 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-12-stable/usr.sbin/rpcbind/ |
| 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-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 786 int aicode; in create_service() local 932 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 937 gai_strerror(aicode)); in create_service() 943 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() 947 nconf->nc_netid, gai_strerror(aicode)); in create_service() 1004 int aicode, fd, nhostsbak; in complete_service() local 1071 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service() 1074 gai_strerror(aicode)); in complete_service()
|