Lines Matching defs:timestamp
539 uint32_t timestamp = 1559734385;
554 /* copy client cookie|version|reserved|timestamp */
560 buf, timestamp) == COOKIE_STATUS_INVALID);
561 edns_cookie_server_write(buf, server_secret, 1, timestamp);
569 uint32_t timestamp = 0;
584 /* copy client cookie|version|reserved|timestamp */
590 buf, timestamp) == COOKIE_STATUS_INVALID);
591 edns_cookie_server_write(buf, server_secret, 1, timestamp);
602 uint32_t timestamp = 1800 + 1;
617 /* copy client cookie|version|reserved|timestamp */
623 buf, timestamp) == COOKIE_STATUS_VALID_RENEW);
624 edns_cookie_server_write(buf, server_secret, 1, timestamp);
633 uint32_t timestamp = 1559734700;
648 /* copy client cookie|version|reserved|timestamp */
654 buf, timestamp) == COOKIE_STATUS_EXPIRED);
655 edns_cookie_server_write(buf, server_secret, 1, timestamp);
664 uint32_t timestamp = 1559734385;
679 /* copy client cookie|version|reserved|timestamp */
685 buf, timestamp) == COOKIE_STATUS_VALID_RENEW);
686 edns_cookie_server_write(buf, server_secret, 1, timestamp);
694 uint32_t timestamp = 1559731985;
706 /* copy client cookie|version|reserved|timestamp */
715 edns_cookie_server_write(buf, server_secret, 1, timestamp);