#include <config.h>
#include <isc/socket.h>
#include <isc/util.h>
#include <named/types.h>
#include <named/lwdclient.h>
Go to the source code of this file.
Functions | |
void | ns_lwdclient_processnoop (ns_lwdclient_t *client, lwres_buffer_t *b) |
Definition in file lwdnoop.c.
void ns_lwdclient_processnoop | ( | ns_lwdclient_t * | client, | |
lwres_buffer_t * | b | |||
) |
Definition at line 31 of file lwdnoop.c.
References isc_region::base, ns_lwdclient::byaddr, ns_lwdclient::clientmgr, INSIST, ISC_R_SUCCESS, isc_region::length, ns_lwdclientmgr::lwctx, ns_lwdclient_errorpktsend(), NS_LWDCLIENT_ISRECVDONE, ns_lwdclient_sendreply(), NS_LWDCLIENT_SETSEND, ns_lwdclient::pkt, r, REQUIRE, ns_lwdclient::sendbuf, and ns_lwdclient::sendlength.
Referenced by process_request().