VSF Documented
Data Structures | Macros | Typedefs | Functions | Variables
resolv.h File Reference
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "./simple_libc/stddef.h"

Go to the source code of this file.

Data Structures

struct  res_sym
 
struct  vsf_linux_resolv_vplt_t
 

Macros

#define __b64_ntop   VSF_LINUX_WRAPPER(__b64_ntop)
 
#define __b64_pton   VSF_LINUX_WRAPPER(__b64_pton)
 
#define b64_ntop   __b64_ntop
 
#define b64_pton   __b64_pton
 

Typedefs

typedef struct vsf_linux_resolv_vplt_t vsf_linux_resolv_vplt_t
 

Functions

int b64_ntop (const unsigned char *src, int srclen, char *dst, size_t dstlen)
 
int b64_pton (char *src, unsigned char *dst, size_t dstlen)
 

Variables

__VSF_VPLT_DECORATOR__ vsf_linux_resolv_vplt_t vsf_linux_resolv_vplt
 

Macro Definition Documentation

◆ __b64_ntop

#define __b64_ntop   VSF_LINUX_WRAPPER(__b64_ntop)

◆ __b64_pton

#define __b64_pton   VSF_LINUX_WRAPPER(__b64_pton)

◆ b64_ntop

#define b64_ntop   __b64_ntop

◆ b64_pton

#define b64_pton   __b64_pton

Typedef Documentation

◆ vsf_linux_resolv_vplt_t

Function Documentation

◆ b64_ntop()

int b64_ntop ( const unsigned char *  src,
int  srclen,
char *  dst,
size_t  dstlen 
)

◆ b64_pton()

int b64_pton ( char *  src,
unsigned char *  dst,
size_t  dstlen 
)

Variable Documentation

◆ vsf_linux_resolv_vplt

__VSF_VPLT_DECORATOR__ vsf_linux_resolv_vplt_t vsf_linux_resolv_vplt
extern