mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
checkpoint
This commit is contained in:
parent
111bf2b31d
commit
a4e7a96dd4
@ -1,15 +1,11 @@
|
||||
#ifndef DNS_TCPMSG_H
|
||||
#define DNS_TCPMSG_H
|
||||
|
||||
#define DNS_TCPMSG_MAGIC 0x5443506d /* TCPm */
|
||||
|
||||
#define DNS_TCPMSG_VALID(foo) \
|
||||
((foo) != NULL \
|
||||
&& ((foo)->magic == DNS_TCPMSG_MAGIC))
|
||||
#include <isc/buffer.h>
|
||||
|
||||
typedef struct {
|
||||
unsigned int magic;
|
||||
unsigned int size;
|
||||
u_int16_t size;
|
||||
isc_buffer_t buffer;
|
||||
unsigned int maxsize;
|
||||
isc_mem_t *mctx;
|
||||
@ -66,7 +62,7 @@ dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg,
|
||||
*
|
||||
* Returns:
|
||||
*
|
||||
* DNS_R_SUCCESS -- no error
|
||||
* ISC_R_SUCCESS -- no error
|
||||
* Anything that the isc_socket_recv() call can return. XXXMLG
|
||||
*
|
||||
* Notes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user