Searched refs:service (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-gss.c271 ssh_gssapi_buildmic(&b, authctxt->user, authctxt->service,
H A Dauth2-pubkey.c138 authctxt->service);
H A Dmonitor_wrap.c323 /* Inform the privileged process about service and style */
326 mm_inform_authserv(char *service, char *style) argument
333 buffer_put_cstring(&m, service);
/freebsd-10.0-release/usr.sbin/
H A DMakefile76 service \
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c492 char service[5]; local
515 strcpy(service, "ntp");
522 a_info = getaddrinfo(hname, service, &hints, &ai);
532 a_info = getaddrinfo(hname, service, &hints, &ai);
537 a_info = getaddrinfo(hname, service, &hints, &ai);
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dad.c486 char *service; local
491 asprintf(&service, "%s/%s@%s", KRB5_TGS_NAME,
493 if (service == NULL)
498 service,
501 free(service);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c1400 const char *service)
1407 os_strcmp(service, usrv->service) == 0)
1457 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service",
1490 return 0; /* Failed to uncompress service */
1536 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service",
1548 wpa_printf(MSG_DEBUG, "P2P: Requested Bonjour service not "
1582 if (wpabuf_tailroom(resp) < 5 + 1 + os_strlen(usrv->service))
1595 usrv->service);
1596 wpabuf_put_str(resp, usrv->service);
1399 wpas_p2p_service_get_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
2139 wpas_p2p_service_add_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
2162 wpas_p2p_service_del_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
[all...]
H A Dwpa_supplicant_i.h204 char *service; member in struct:p2p_srv_upnp
/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_standard.c164 /* Test to see if a service exists. */
172 cell_t service; member in struct:__anon9261
180 args.service = (cell_t)name;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c595 * zfs_init_libshare(zhandle, service)
599 * service value is which part(s) of the API to initialize and is a
600 * direct map to the libshare sa_init(service) interface.
603 zfs_init_libshare(libzfs_handle_t *zhandle, int service) argument
624 zhandle->libzfs_sharehdl = _sa_init(service);
629 zhandle->libzfs_sharehdl = _sa_init(service);
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_real.c312 /* Test to see if a service exists. */
321 cell_t service; member in struct:__anon10861
331 args.service = ofw_real_map(name, strlen(name) + 1);
333 if (args.service == 0 || openfirmware((void *)argsptr) == -1) {
/freebsd-10.0-release/contrib/ldns/
H A Dhost2str.c726 struct servent *service; local
745 service = getservbyport((int) htons(current_service),
747 if (service && service->s_name) {
748 ldns_buffer_printf(output, "%s ", service->s_name);
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c657 char service[5]; local
680 strcpy(service, "ntp");
687 a_info = getaddrinfo(hname, service, &hints, &ai);
697 a_info = getaddrinfo(hname, service, &hints, &ai);
702 a_info = getaddrinfo(hname, service, &hints, &ai);
/freebsd-10.0-release/usr.sbin/inetd/
H A Dinetd.c68 * service name must be in /etc/services
69 * or name a tcpmux service
79 * RFC1078-based tcpmux internal service. Tcpmux listens on port 1 for
80 * requests. When a connection is made from a foreign host, the service
82 * and returns the proper entry for the service. Tcpmux returns a
83 * negative reply if the service doesn't exist, otherwise the invoked
84 * server is expected to return the positive reply if the service type in
85 * inetd.conf file has the prefix "tcpmux/". If the service type has the
94 * service name/version must be in /etc/rpc
182 #define MAXCHILD -1 /* maximum number of this service
329 char *service = NULL; local
[all...]
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec314 /sbin/service sshd start > /dev/null 2>&1 || :
327 /sbin/service sshd condrestart > /dev/null 2>&1 || :
332 /sbin/service sshd stop > /dev/null 2>&1 || :
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Drpc.c107 uint32_t service; member in struct:gcred
310 CHECK(krb5_ret_uint32(sp, &gcred->service));
882 INSIST(gcred.service == rpg_privacy);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.c342 ServiceSwitchFile = "/etc/mail/service.switch";
695 ** This should act as an interface to any local service switch
807 ** This is the system-dependent interface to the service switch.
810 ** service -- the name of the service of interest.
812 ** of access to use for this service. There can
813 ** be at most MAXMAPSTACK types for a single service.
847 switch_map_find(service, maptype, mapreturn)
848 char *service;
867 if ((nsw_conf = __nsw_getconfig(service,
[all...]
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dconnect.c98 * add a triple but with service -> port lookup
104 int family, const char *service, int port,
107 port = krb5_getportbyname (context, service, protocol, port);
112 * add the port with service -> port lookup or string -> number
161 * otherwise it's port|service[/protocol]
103 add_port_service(krb5_context context, int family, const char *service, int port, const char *protocol) argument
/freebsd-10.0-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
369 csih_warning "Couldn't determine name of user running sshd service from /etc/passwd!"
371 csih_warning "by the sshd service belong to the user running the service."
409 csih_warning "This may cause the sshd service to fail! Please make sure that"
418 # Install sshd as a service
428 csih_inform "Sshd service is already installed."
431 echo -e "${_csih_QUERY_STR} Do you want to install sshd as a service?"
432 if csih_request "(Say \"no\" if it is already installed as a service)"
486 csih_inform "The sshd service ha
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c1386 * Sets the service that the is requested. This call is only neede for
1391 * @param service the service given as a string, for example
1402 const char *service)
1410 if (service) {
1411 ret = krb5_parse_name (context, service, &principal);
1400 krb5_init_creds_set_service(krb5_context context, krb5_init_creds_context ctx, const char *service) argument
H A Dkrb5.h192 application session key), encrypted with the service key
762 const char *service; member in struct:krb5_verify_opt
/freebsd-10.0-release/etc/
H A Dservices121 # 59/tcp any private file service
122 # 59/udp any private file service
151 # 75/tcp any private dial out service
152 # 75/udp any private dial out service
155 # 77/tcp any private RJE service
156 # 77/udp any private RJE service
481 nsiiops 261/tcp #iiop name service over tls/ssl
482 nsiiops 261/udp #iiop name service over tls/ssl
493 td-service 267/tcp #Tobit David Service Layer
494 td-service 26
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp677 "denial of service situations in the parent process. "
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex594 Other company, product, and service names may be trademarks or service
/freebsd-10.0-release/sys/dev/bwi/
H A Dif_bwi.c977 * Set service timeout and request timeout
2896 int len, service, pkt_bitlen; local
2901 service = IEEE80211_PLCP_SERVICE_LOCKED;
2906 * PLCP service field needs to be adjusted,
2911 service |= IEEE80211_PLCP_SERVICE_LENEXT7;
2915 plcp->i_service = service;

Completed in 410 milliseconds

123456