Lines Matching refs:service

38  * in /etc/netconfig), this code calls the name service switch, and
41 * If an administrator chooses to bypass the name service switch by
43 * implementation does NOT call the name service switch, it merely loops
182 * the name service switch.
298 /* i.e. need to call a name service on this */
309 * a service without a host. And finally if we specify
374 /* i.e. need to call a name service on this */
412 /* i.e. need to call a name service on this */
424 * because IP doesn't know how to specify a service
468 /* i.e. need to call a name service on this */
727 struct nd_hostserv service;
733 service.h_host = (char *)args->arg.nss.host.name;
734 service.h_serv = NULL;
736 &service, &addrs)) != ND_OK) {
743 ret = ndaddr2hent(AF_INET, service.h_host, addrs,
760 * directly to a name service switch backend
781 service.h_host = HOST_SELF;
782 service.h_serv = (char *)args->arg.nss.serv.name;
784 &service, &addrs)) != ND_OK) {
790 _nderror = ndaddr2srent(service.h_serv,
812 * the name service switch.
976 * if NETDIR_BY_NOSRV or port == 0 skip the service
988 * belong to a well known service. The caller
991 * as the service name. The state of se is used
1035 * Convert host names and service names into hostserv
1043 * Convert host names and service names into hostserv
1071 * if NETDIR_BY_NOSRV6 or port == 0 skip the service
1082 * not * belong to a well known service. The
1085 * as the service name. The state of se is used
1113 * Convert host names and service names into hostserv
1172 * directly to a name service switch backend
1193 * higher priority to service lookups (over host lookups).
1194 * If service lookup fails, the backend returns ND_NOSERV to
1195 * facilitate lookup in the "next" naming service.
2161 * a new nd_hostservlist with host and service names.