Home
last modified time | relevance | path

Searched refs:RPC_CONFIG (Results 1 – 18 of 18) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DAdmin.h787 struct RPC_CONFIG struct
1133 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t);
1134 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t);
1276 UINT ScGetConfig(RPC *r, RPC_CONFIG *t);
1277 UINT ScSetConfig(RPC *r, RPC_CONFIG *t);
1486 void InRpcConfig(RPC_CONFIG *t, PACK *p);
1487 void OutRpcConfig(PACK *p, RPC_CONFIG *t);
1488 void FreeRpcConfig(RPC_CONFIG *t);
H A DCedarType.h447 typedef struct RPC_CONFIG RPC_CONFIG; typedef
H A DAdmin.c1652 DECLARE_RPC_EX("GetConfig", RPC_CONFIG, StGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1653 DECLARE_RPC_EX("SetConfig", RPC_CONFIG, StSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1831 DECLARE_SC_EX("GetConfig", RPC_CONFIG, ScGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
1832 DECLARE_SC_EX("SetConfig", RPC_CONFIG, ScSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
4459 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t) in StGetConfig()
4466 Zero(t, sizeof(RPC_CONFIG)); in StGetConfig()
4494 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t) in StSetConfig()
11820 void InRpcConfig(RPC_CONFIG *t, PACK *p) in InRpcConfig()
11829 Zero(t, sizeof(RPC_CONFIG)); in InRpcConfig()
11835 void OutRpcConfig(PACK *p, RPC_CONFIG *t) in OutRpcConfig()
[all …]
H A DSMInner.h349 RPC_CONFIG Config; // Config body
H A DSM.c866 RPC_CONFIG config; in SmDdnsGetKey()
7724 RPC_CONFIG t; in SmConfigDlg()
H A DCommand.c9251 RPC_CONFIG t; in PsConfigGet()
9348 RPC_CONFIG t; in PsConfigSet()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DAdmin.h787 struct RPC_CONFIG struct
1133 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t);
1134 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t);
1276 UINT ScGetConfig(RPC *r, RPC_CONFIG *t);
1277 UINT ScSetConfig(RPC *r, RPC_CONFIG *t);
1486 void InRpcConfig(RPC_CONFIG *t, PACK *p);
1487 void OutRpcConfig(PACK *p, RPC_CONFIG *t);
1488 void FreeRpcConfig(RPC_CONFIG *t);
H A DCedarType.h447 typedef struct RPC_CONFIG RPC_CONFIG; typedef
H A DAdmin.c1652 DECLARE_RPC_EX("GetConfig", RPC_CONFIG, StGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1653 DECLARE_RPC_EX("SetConfig", RPC_CONFIG, StSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1831 DECLARE_SC_EX("GetConfig", RPC_CONFIG, ScGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
1832 DECLARE_SC_EX("SetConfig", RPC_CONFIG, ScSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
4459 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t) in StGetConfig()
4466 Zero(t, sizeof(RPC_CONFIG)); in StGetConfig()
4494 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t) in StSetConfig()
11820 void InRpcConfig(RPC_CONFIG *t, PACK *p) in InRpcConfig()
11829 Zero(t, sizeof(RPC_CONFIG)); in InRpcConfig()
11835 void OutRpcConfig(PACK *p, RPC_CONFIG *t) in OutRpcConfig()
[all …]
H A DSMInner.h349 RPC_CONFIG Config; // Config body
H A DSM.c866 RPC_CONFIG config; in SmDdnsGetKey()
7724 RPC_CONFIG t; in SmConfigDlg()
H A DCommand.c9251 RPC_CONFIG t; in PsConfigGet()
9348 RPC_CONFIG t; in PsConfigSet()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DAdmin.h722 struct RPC_CONFIG struct
1074 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t);
1075 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t);
1225 UINT ScGetConfig(RPC *r, RPC_CONFIG *t);
1226 UINT ScSetConfig(RPC *r, RPC_CONFIG *t);
1444 void InRpcConfig(RPC_CONFIG *t, PACK *p);
1445 void OutRpcConfig(PACK *p, RPC_CONFIG *t);
1446 void FreeRpcConfig(RPC_CONFIG *t);
H A DCedarType.h354 typedef struct RPC_CONFIG RPC_CONFIG; typedef
H A DAdmin.c1614 DECLARE_RPC_EX("GetConfig", RPC_CONFIG, StGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1615 DECLARE_RPC_EX("SetConfig", RPC_CONFIG, StSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig) in AdminDispatch()
1801 DECLARE_SC_EX("GetConfig", RPC_CONFIG, ScGetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
1802 DECLARE_SC_EX("SetConfig", RPC_CONFIG, ScSetConfig, InRpcConfig, OutRpcConfig, FreeRpcConfig)
4487 UINT StGetConfig(ADMIN *a, RPC_CONFIG *t) in StGetConfig()
4494 Zero(t, sizeof(RPC_CONFIG)); in StGetConfig()
4522 UINT StSetConfig(ADMIN *a, RPC_CONFIG *t) in StSetConfig()
12242 void InRpcConfig(RPC_CONFIG *t, PACK *p) in InRpcConfig()
12251 Zero(t, sizeof(RPC_CONFIG)); in InRpcConfig()
12257 void OutRpcConfig(PACK *p, RPC_CONFIG *t) in OutRpcConfig()
[all …]
H A DSMInner.h262 RPC_CONFIG Config; // Config body
H A DSM.c774 RPC_CONFIG config; in SmDdnsGetKey()
7600 RPC_CONFIG t; in SmConfigDlg()
H A DCommand.c9655 RPC_CONFIG t; in PsConfigGet()
9752 RPC_CONFIG t; in PsConfigSet()