![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
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_t * | class_head |
| static vppjni_field_t * | field_head |
| 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 | ) |
|
static |
Definition at line 20 of file vppjni_env.c.
|
static |
Definition at line 22 of file vppjni_env.c.