FACT++  1.0
JNIEXPORT jstring JNICALL Java_dim_DimServer_getDnsNode ( JNIEnv *  env,
jclass  This 
)

Definition at line 1694 of file dim_jni.c.

References dis_get_dns_node(), and Java_dim_DimClient_getDnsNode().

Referenced by Java_dim_DimClient_setDnsPort().

1695 {
1696  char nodes[255];
1697 
1698  if(This){}
1699  dis_get_dns_node(nodes);
1700  return (*env)->NewStringUTF(env, (char*)nodes);
1701 }
int dis_get_dns_node(char *node)
Definition: open_dns.c:90

+ Here is the call graph for this function:

+ Here is the caller graph for this function: