Lines Matching defs:protocol
82 const int flags, const int protocol,
160 * protocol: the dns protocol of the key
168 const int protocol, const int bits)
185 new_key->dk_proto = protocol;
493 * domain.name [ttl] [IN] KEY <flags> <protocol> <algorithm> <key>
768 const int protocol, /*!< dns protocol */
782 dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1);
947 *\par protocol
948 *\li Default value of the DNS Key protocol field.
949 *\li The DNS Key protocol field is defined in RFC2065,
964 const int flags, const int protocol, const int alg)
978 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits);