Lines Matching defs:cookie
126 char *cookie;
505 compute_cookie(unsigned char *cookie, size_t len) {
508 memmove(cookie, cookie_secret, 8);
572 unsigned char cookie[40];
642 if (query->cookie != NULL) {
645 isc_buffer_init(&b, cookie, sizeof(cookie));
646 result = isc_hex_decodestring(query->cookie,
652 compute_cookie(cookie, 8);
654 opts[i].value = cookie;
790 " +[no]cookie[=###] (Send a COOKIE option)\n"
1175 FULLCHECK("cookie");
1184 query->cookie = hexcookie;
1186 query->cookie = NULL;
1781 default_query.cookie = NULL;