Lines Matching refs:protocol
260 const char *protocol;
283 /* Calculate protocol name length, use index from previous cycle. */
293 protocol = protocol_len == 0 ? NULL : (const char *)(body + name_len + 1);
300 if (!sss_utf8_check((const uint8_t *)protocol, protocol_len)) {
306 *_protocol = protocol;
317 const char *protocol;
337 /* Move behind the port and padding to get the protocol. */
340 /* Calculate protocol name length. */
345 protocol = protocol_len == 0 ? NULL : (const char *)body;
347 if (!sss_utf8_check((const uint8_t *)protocol, protocol_len)) {
353 *_protocol = protocol;