Searched refs:flagsp (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dkeyflags.h23 dns_keyflags_fromtext(dns_keyflags_t *flagsp, isc_textregion_t *source);
33 *\li 'flagsp' is a valid pointer.
H A Dmessage.h974 unsigned int *flagsp);
977 * it and fill in "*idp" with the message id, and "*flagsp" with the flags.
987 *\li if (flagsp != NULL) *flagsp == message flags.
/bind-9.11.3/lib/dns/
H A Drcode.c398 dns_keyflags_fromtext(dns_keyflags_t *flagsp, isc_textregion_t *source) argument
406 *flagsp = value;
440 *flagsp = value;
H A Dmessage.c2621 unsigned int *flagsp)
2640 if (flagsp != NULL)
2641 *flagsp = flags;
2620 dns_message_peekheader(isc_buffer_t *source, dns_messageid_t *idp, unsigned int *flagsp) argument

Completed in 57 milliseconds