Searched refs:now_p (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | edns.c | 239 void cookie_verify(query_type *q, struct nsd* nsd, uint32_t *now_p) { in cookie_verify() argument 259 now_uint32 = *now_p ? *now_p : (*now_p = (uint32_t)time(NULL)); in cookie_verify() 308 void cookie_create(query_type *q, struct nsd* nsd, uint32_t *now_p) in cookie_create() argument 316 now_uint32 = *now_p ? *now_p : (*now_p = (uint32_t)time(NULL)); in cookie_create()
|
H A D | edns.h | 103 void cookie_verify(struct query *q, struct nsd* nsd, uint32_t *now_p); 104 void cookie_create(struct query *q, struct nsd* nsd, uint32_t *now_p);
|
H A D | query.h | 218 query_state_type query_process(query_type *q, nsd_type *nsd, uint32_t *now_p); 231 void query_add_optional(query_type *q, nsd_type *nsd, uint32_t *now_p);
|
H A D | query.c | 1566 query_process(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_process() argument 1626 query_add_optional(q, nsd, now_p); in query_process() 1724 cookie_verify(q, nsd, now_p); in query_process() 1754 query_add_optional(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_add_optional() argument 1798 cookie_create(q, nsd, now_p); in query_add_optional()
|
H A D | server.c | 3048 server_process_query(struct nsd *nsd, struct query *query, uint32_t *now_p) in server_process_query() argument 3050 return query_process(query, nsd, now_p); in server_process_query() 3054 server_process_query_udp(struct nsd *nsd, struct query *query, uint32_t *now_p) in server_process_query_udp() argument 3057 if(query_process(query, nsd, now_p) != QUERY_DISCARDED) { in server_process_query_udp() 3066 return query_process(query, nsd, now_p); in server_process_query_udp()
|