proto             115 nsswitch/winbind_nss_hpux.h 		const char *proto;
proto             176 source4/auth/kerberos/krb5_init_context.c 	switch (smb_krb5->hi->proto) {
proto             251 source4/auth/kerberos/krb5_init_context.c 		switch (hi->proto) {
proto             302 source4/auth/kerberos/krb5_init_context.c 		switch (hi->proto) {
proto             547 source4/heimdal/lib/krb5/changepw.c 	switch (hi->proto) {
proto              41 source4/heimdal/lib/krb5/get_port.c 		    const char *proto,
proto              46 source4/heimdal/lib/krb5/get_port.c     if ((sp = roken_getservbyname (service, proto)) == NULL) {
proto              49 source4/heimdal/lib/krb5/get_port.c 		   service, proto, default_port);
proto             713 source4/heimdal/lib/krb5/krb5.h 	   KRB5_KRBHST_HTTP } proto;
proto              61 source4/heimdal/lib/krb5/krbhst.c 	       const char *proto, const char *service, int port)
proto              73 source4/heimdal/lib/krb5/krbhst.c     proto_num = string_to_proto(proto);
proto              77 source4/heimdal/lib/krb5/krbhst.c 			       proto);
proto              84 source4/heimdal/lib/krb5/krbhst.c 	def_port = ntohs(krb5_getportbyname (context, service, proto, 88));
proto              88 source4/heimdal/lib/krb5/krbhst.c     snprintf(domain, sizeof(domain), "_%s._%s.%s.", service, proto, realm);
proto             124 source4/heimdal/lib/krb5/krbhst.c 	    hi->proto = proto_num;
proto             198 source4/heimdal/lib/krb5/krbhst.c     hi->proto = krbhst_get_default_proto(kd);
proto             201 source4/heimdal/lib/krb5/krbhst.c 	hi->proto = KRB5_KRBHST_HTTP;
proto             204 source4/heimdal/lib/krb5/krbhst.c 	hi->proto = KRB5_KRBHST_HTTP;
proto             208 source4/heimdal/lib/krb5/krbhst.c 	hi->proto = KRB5_KRBHST_TCP;
proto             258 source4/heimdal/lib/krb5/krbhst.c     (*to)->proto = from->proto;
proto             275 source4/heimdal/lib/krb5/krbhst.c 	if(h->proto == host->proto &&
proto             307 source4/heimdal/lib/krb5/krbhst.c     const char *proto = "";
proto             309 source4/heimdal/lib/krb5/krbhst.c     if(host->proto == KRB5_KRBHST_TCP)
proto             310 source4/heimdal/lib/krb5/krbhst.c 	proto = "tcp/";
proto             311 source4/heimdal/lib/krb5/krbhst.c     else if(host->proto == KRB5_KRBHST_HTTP)
proto             312 source4/heimdal/lib/krb5/krbhst.c 	proto = "http://";
proto             315 source4/heimdal/lib/krb5/krbhst.c     snprintf(hostname, hostlen, "%s%s%s", proto, host->hostname, portstr);
proto             324 source4/heimdal/lib/krb5/krbhst.c make_hints(struct addrinfo *hints, int proto)
proto             328 source4/heimdal/lib/krb5/krbhst.c     switch(proto) {
proto             353 source4/heimdal/lib/krb5/krbhst.c 	make_hints(&hints, host->proto);
proto             377 source4/heimdal/lib/krb5/krbhst.c 	      const char *proto, const char *service)
proto             382 source4/heimdal/lib/krb5/krbhst.c     if (srv_find_realm(context, &res, &count, kd->realm, "SRV", proto, service,
proto             423 source4/heimdal/lib/krb5/krbhst.c 		   const char *serv_string, int port, int proto)
proto             449 source4/heimdal/lib/krb5/krbhst.c     make_hints(&hints, proto);
proto             466 source4/heimdal/lib/krb5/krbhst.c 	hi->proto = proto;
proto             511 source4/heimdal/lib/krb5/krbhst.c     hi->proto = krbhst_get_default_proto(kd);
proto             715 source4/heimdal/lib/krb5/krbhst.c 	    (*host)->proto = krbhst_get_default_proto(kd);
proto             401 source4/heimdal/lib/krb5/send_to_kdc.c 	     if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) {
proto             422 source4/heimdal/lib/krb5/send_to_kdc.c 		 switch (hi->proto) {
proto              76 source4/heimdal/lib/roken/getnameinfo.c 	    const char *proto = "tcp";
proto              80 source4/heimdal/lib/roken/getnameinfo.c 		proto = "udp";
proto              82 source4/heimdal/lib/roken/getnameinfo.c 	    se = getservbyport (port, proto);