Symbol: tsig_record_type
usr.sbin/nsd/query.h
73
tsig_record_type tsig;
usr.sbin/nsd/tsig.c
291
tsig_record_type *tsig = (tsig_record_type *) data;
usr.sbin/nsd/tsig.c
297
tsig_create_record(tsig_record_type *tsig, region_type *region)
usr.sbin/nsd/tsig.c
304
tsig_create_record_custom(tsig_record_type *tsig, region_type *region,
usr.sbin/nsd/tsig.c
317
tsig_delete_record(tsig_record_type* tsig, region_type* region)
usr.sbin/nsd/tsig.c
326
tsig_init_record(tsig_record_type *tsig,
usr.sbin/nsd/tsig.c
343
tsig_from_query(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
438
tsig_init_query(tsig_record_type *tsig, uint16_t original_query_id)
usr.sbin/nsd/tsig.c
457
tsig_prepare(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
485
tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length)
usr.sbin/nsd/tsig.c
506
tsig_sign(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
524
tsig_verify(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
546
tsig_find_rr(tsig_record_type *tsig, buffer_type *packet)
usr.sbin/nsd/tsig.c
582
tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet)
usr.sbin/nsd/tsig.c
672
tsig_append_rr(tsig_record_type *tsig, buffer_type *packet)
usr.sbin/nsd/tsig.c
708
tsig_reserved_space(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
732
tsig_error_reply(tsig_record_type *tsig)
usr.sbin/nsd/tsig.c
97
tsig_digest_variables(tsig_record_type *tsig, int tsig_timers_only)
usr.sbin/nsd/tsig.h
166
void tsig_create_record(tsig_record_type* tsig,
usr.sbin/nsd/tsig.h
174
void tsig_create_record_custom(tsig_record_type* tsig,
usr.sbin/nsd/tsig.h
184
void tsig_delete_record(tsig_record_type* tsig, region_type* region);
usr.sbin/nsd/tsig.h
195
void tsig_init_record(tsig_record_type *data,
usr.sbin/nsd/tsig.h
205
int tsig_from_query(tsig_record_type *tsig);
usr.sbin/nsd/tsig.h
211
void tsig_init_query(tsig_record_type *tsig, uint16_t original_query_id);
usr.sbin/nsd/tsig.h
218
void tsig_prepare(tsig_record_type *tsig);
usr.sbin/nsd/tsig.h
225
void tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length);
usr.sbin/nsd/tsig.h
236
void tsig_sign(tsig_record_type *tsig);
usr.sbin/nsd/tsig.h
244
int tsig_verify(tsig_record_type *tsig);
usr.sbin/nsd/tsig.h
253
int tsig_find_rr(tsig_record_type *tsig, buffer_type *packet);
usr.sbin/nsd/tsig.h
263
int tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet);
usr.sbin/nsd/tsig.h
268
void tsig_append_rr(tsig_record_type *tsig, buffer_type *packet);
usr.sbin/nsd/tsig.h
274
size_t tsig_reserved_space(tsig_record_type *tsig);
usr.sbin/nsd/tsig.h
280
void tsig_error_reply(tsig_record_type *tsig);
usr.sbin/nsd/xfrd-notify.h
56
tsig_record_type notify_tsig; /* tsig state for notify */
usr.sbin/nsd/xfrd.c
1904
xfrd_tsig_sign_request(buffer_type* packet, tsig_record_type* tsig,
usr.sbin/nsd/xfrd.h
243
tsig_record_type tsig; /* tsig state for IXFR/AXFR */