RTEMS CPU Kit with SuperCore
Functions | Variables
ns_parse.c File Reference
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <errno.h>
#include <resolv.h>
#include <string.h>
Include dependency graph for ns_parse.c:

Functions

int ns_initparse (const u_char *msg, int msglen, ns_msg *handle)
 
int ns_parserr (ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr)
 

Variables

struct _ns_flagdata _ns_flagdata [16]
 

Variable Documentation

◆ _ns_flagdata

Initial value:
= {
{ 0x8000, 15 },
{ 0x7800, 11 },
{ 0x0400, 10 },
{ 0x0200, 9 },
{ 0x0100, 8 },
{ 0x0080, 7 },
{ 0x0040, 6 },
{ 0x0020, 5 },
{ 0x0010, 4 },
{ 0x000f, 0 },
{ 0x0000, 0 },
{ 0x0000, 0 },
{ 0x0000, 0 },
{ 0x0000, 0 },
{ 0x0000, 0 },
{ 0x0000, 0 },
}