FD.io VPP  v16.06
Vector Packet Processing
vppjni_env.c File Reference
+ Include dependency graph for vppjni_env.c:

Go to the source code of this file.

Functions

void vppjni_register_class (vppjni_class_t *ptr)
 
void vppjni_register_field (vppjni_field_t *ptr)
 
jobject vppjni_new_object (JNIEnv *env, const vppjni_class_t *ptr, va_list ap)
 
int vppjni_init (JNIEnv *env)
 
void vppjni_uninit (JNIEnv *env)
 

Variables

static vppjni_class_tclass_head
 
static vppjni_field_tfield_head
 

Function Documentation

int vppjni_init ( JNIEnv *  env)

Definition at line 51 of file vppjni_env.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

jobject vppjni_new_object ( JNIEnv *  env,
const vppjni_class_t ptr,
va_list  ap 
)

Definition at line 41 of file vppjni_env.c.

void vppjni_register_class ( vppjni_class_t ptr)

Definition at line 24 of file vppjni_env.c.

void vppjni_register_field ( vppjni_field_t ptr)

Definition at line 33 of file vppjni_env.c.

void vppjni_uninit ( JNIEnv *  env)

Definition at line 94 of file vppjni_env.c.

+ Here is the caller graph for this function:

Variable Documentation

vppjni_class_t* class_head
static

Definition at line 20 of file vppjni_env.c.

vppjni_field_t* field_head
static

Definition at line 22 of file vppjni_env.c.