Lines Matching defs:protocol
78 const int flags, const int protocol,
154 * protocol: the dns protocol of the key
162 const int protocol, const int bits)
179 new_key->dk_proto = protocol;
484 * domain.name [ttl] [IN] KEY <flags> <protocol> <algorithm> <key>
760 const int protocol, /*!< dns protocol */
774 dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1);
935 *\par protocol
936 *\li Default value of the DNS Key protocol field.
937 *\li The DNS Key protocol field is defined in RFC2065,
952 const int flags, const int protocol, const int alg)
966 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits);