![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for jvpp_core.c:Go to the source code of this file.
Data Structures | |
| struct | core_main_t |
Macros | |
| #define | vl_typedefs /* define message structures */ |
| #define | vl_endianfun |
| #define | vl_print(handle, ...) |
| #define | vl_printfun |
Functions | |
| JNIEXPORT void JNICALL | Java_org_openvpp_jvpp_core_JVppCoreImpl_init0 (JNIEnv *env, jclass clazz, jobject callback, jlong queue_address, jint my_client_index) |
| JNIEXPORT void JNICALL | Java_org_openvpp_jvpp_core_JVppCoreImpl_close0 (JNIEnv *env, jclass clazz) |
| jint | JNI_OnLoad (JavaVM *vm, void *reserved) |
| void | JNI_OnUnload (JavaVM *vm, void *reserved) |
Variables | |
| core_main_t | core_main |
| #define vl_endianfun |
Definition at line 23 of file jvpp_core.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) |
Definition at line 27 of file jvpp_core.c.
| #define vl_printfun |
Definition at line 28 of file jvpp_core.c.
| #define vl_typedefs /* define message structures */ |
Definition at line 19 of file jvpp_core.c.
| JNIEXPORT void JNICALL Java_org_openvpp_jvpp_core_JVppCoreImpl_close0 | ( | JNIEnv * | env, |
| jclass | clazz | ||
| ) |
| JNIEXPORT void JNICALL Java_org_openvpp_jvpp_core_JVppCoreImpl_init0 | ( | JNIEnv * | env, |
| jclass | clazz, | ||
| jobject | callback, | ||
| jlong | queue_address, | ||
| jint | my_client_index | ||
| ) |
| jint JNI_OnLoad | ( | JavaVM * | vm, |
| void * | reserved | ||
| ) |
Definition at line 93 of file jvpp_core.c.
| void JNI_OnUnload | ( | JavaVM * | vm, |
| void * | reserved | ||
| ) |
Definition at line 108 of file jvpp_core.c.
| core_main_t core_main |
Definition at line 56 of file jvpp_core.c.