FACT++  1.0
JNIEXPORT jint JNICALL Java_dim_DimServer_getDnsPort ( JNIEnv *  env,
jclass  This 
)

Definition at line 1724 of file dim_jni.c.

References dis_get_dns_port(), and Java_dim_DimClient_getDnsPort().

Referenced by Java_dim_DimClient_getDnsNode().

1725 {
1726 
1727  if(env){}
1728  if(This){}
1729  return dis_get_dns_port();
1730 }
int dis_get_dns_port()
Definition: open_dns.c:139

+ Here is the call graph for this function:

+ Here is the caller graph for this function: