FD.io VPP
v16.06
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | vl_api_version(n, v) static u32 vpe_api_version = (v); |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun |
#define | vl_print(handle, ...) |
#define | vl_printfun |
#define | VPPJNI_DEBUG 0 |
#define | DEBUG_LOG(...) |
Functions | |
static int | connect_to_vpe (char *name) |
void | vl_client_add_api_signatures (vl_api_memclnt_create_t *mp) |
static void | cleanup_rx_thread (void *arg) |
JNIEXPORT jint JNICALL | Java_org_openvpp_jvpp_VppJNIConnection_clientConnect (JNIEnv *env, jclass obj, jstring clientName, jobject callback) |
JNIEXPORT void JNICALL | Java_org_openvpp_jvpp_VppJNIConnection_clientDisconnect (JNIEnv *env, jclass clazz) |
static void | vl_api_control_ping_reply_t_handler (vl_api_control_ping_reply_t *mp) |
jint | JNI_OnLoad (JavaVM *vm, void *reserved) |
void | JNI_OnUnload (JavaVM *vm, void *reserved) |
#define vl_api_version | ( | n, | |
v | |||
) | static u32 vpe_api_version = (v); |
|
static |
JNIEXPORT jint JNICALL Java_org_openvpp_jvpp_VppJNIConnection_clientConnect | ( | JNIEnv * | env, |
jclass | obj, | ||
jstring | clientName, | ||
jobject | callback | ||
) |
JNIEXPORT void JNICALL Java_org_openvpp_jvpp_VppJNIConnection_clientDisconnect | ( | JNIEnv * | env, |
jclass | clazz | ||
) |
|
static |
void vl_client_add_api_signatures | ( | vl_api_memclnt_create_t * | mp | ) |