Lines Matching refs:protocol
36 const char *protocol;
67 /* Get protocol.
69 * Use the requested protocol if present, otherwise take the
70 * first protocol returned by the sysdb. */
72 protocol = requested_protocol;
80 protocol = (const char *)el->values[0].data;
81 if (protocol == NULL) {
87 protocol = sss_get_cased_name(tmp_ctx, protocol, domain->case_preserve);
88 if (protocol == NULL) {
96 talloc_steal(mem_ctx, protocol);
99 to_sized_string(_protocol, protocol);
175 struct sized_string protocol;
206 cmd_ctx->svc_protocol, &name, &protocol, &port);
226 + name.len + protocol.len);
238 SAFEALIGN_SET_STRING(&body[rp], protocol.str, protocol.len, &rp);