Searched refs:dns_msgblock_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h181 typedef struct dns_msgblock dns_msgblock_t; typedef in typeref:struct:dns_msgblock
229 ISC_LIST(dns_msgblock_t) rdatas;
230 ISC_LIST(dns_msgblock_t) rdatalists;
231 ISC_LIST(dns_msgblock_t) offsets;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c172 * For it to work, sizeof(dns_msgblock_t) must be a multiple of the pointer
178 ISC_LINK(dns_msgblock_t) link;
181 static inline dns_msgblock_t *
188 msgblock_internalget(dns_msgblock_t *, unsigned int);
191 msgblock_reset(dns_msgblock_t *);
194 msgblock_free(isc_mem_t *, dns_msgblock_t *, unsigned int);
197 * Allocate a new dns_msgblock_t, and return a pointer to it. If no memory
200 static inline dns_msgblock_t *
204 dns_msgblock_t *block;
207 length = sizeof(dns_msgblock_t)
[all...]

Completed in 110 milliseconds