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

Definition at line 1649 of file dim_jni.c.

References dis_set_dns_port(), and Java_dim_DimClient_setDnsNode().

Referenced by Java_dim_DimServer_setDnsNode().

1650 {
1651  if(env){}
1652  if(This){}
1653  dis_set_dns_port(port);
1654  return;
1655 }
int dis_set_dns_port(int port)
Definition: open_dns.c:114

+ Here is the call graph for this function:

+ Here is the caller graph for this function: