FACT++  1.0
JNIEXPORT void JNICALL Java_dim_DimClient_setDnsPort ( JNIEnv *  env,
jclass  This,
jint  port 
)

Definition at line 1680 of file dim_jni.c.

References dic_set_dns_port(), and Java_dim_DimServer_getDnsNode().

Referenced by Java_dim_DimClient_setDnsNode().

1681 {
1682  if(env){}
1683  if(This){}
1684  dic_set_dns_port(port);
1685  return;
1686 }
int dic_set_dns_port(int port)
Definition: open_dns.c:107

+ Here is the call graph for this function:

+ Here is the caller graph for this function: