ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

transmit.c File Reference
#include <errno.h>
#include <sys/types.h>
#include <sys/uio.h>
#include "internal.h"
#include "tvarith.h"

Go to the source code of this file.

Defines

#define MKQUERY_START(vb)   (rqp= (vb)->buf+(vb)->used)
#define MKQUERY_ADDB(b)   *rqp++= (b)
#define MKQUERY_ADDW(w)   (MKQUERY_ADDB(((w)>>8)&0x0ff), MKQUERY_ADDB((w)&0x0ff))
#define MKQUERY_STOP(vb)   ((vb)->used= rqp-(vb)->buf)

Functions

static adns_status mkquery_header (adns_state ads, vbuf *vb, int *id_r, int qdlen)
static adns_status mkquery_footer (vbuf *vb, adns_rrtype type)
adns_status adns__mkquery (adns_state ads, vbuf *vb, int *id_r, const char *owner, int ol, const typeinfo *typei, adns_queryflags flags)
adns_status adns__mkquery_frdgram (adns_state ads, vbuf *vb, int *id_r, const byte *qd_dgram, int qd_dglen, int qd_begin, adns_rrtype type, adns_queryflags flags)
void adns__querysend_tcp (adns_query qu, struct timeval now)
static void query_usetcp (adns_query qu, struct timeval now)
void adns__query_send (adns_query qu, struct timeval now)

Generated on Fri May 25 2012 05:56:48 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.