Home
last modified time | relevance | path

Searched refs:RPC_WINVER (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/softether/v4.38-9760/src/Cedar/
H A DVLanWin32.h189 void Win32GetWinVer(RPC_WINVER *v);
H A DCedarType.h472 typedef struct RPC_WINVER RPC_WINVER; typedef
H A DCedar.h1245 void GetWinVer(RPC_WINVER *v);
1246 bool IsSupportedWinVer(RPC_WINVER *v);
H A DCedar.c158 bool IsSupportedWinVer(RPC_WINVER *v) in IsSupportedWinVer()
283 void GetWinVer(RPC_WINVER *v) in GetWinVer()
294 Zero(v, sizeof(RPC_WINVER)); in GetWinVer()
H A DAdmin.h109 struct RPC_WINVER struct
131 RPC_WINVER ClientWinVer; // Windows version of client argument
1538 void InRpcWinVer(RPC_WINVER *t, PACK *p);
1539 void OutRpcWinVer(PACK *p, RPC_WINVER *t);
H A DVLanWin32.c125 void Win32GetWinVer(RPC_WINVER *v) in Win32GetWinVer()
133 Zero(v, sizeof(RPC_WINVER)); in Win32GetWinVer()
H A DAdmin.c2762 RPC_WINVER server_ver; in StGetAdminMsg()
2763 RPC_WINVER client_ver; in StGetAdminMsg()
2774 Copy(&client_ver, &a->ClientWinVer, sizeof(RPC_WINVER)); in StGetAdminMsg()
10369 void InRpcWinVer(RPC_WINVER *t, PACK *p) in InRpcWinVer()
10377 Zero(t, sizeof(RPC_WINVER)); in InRpcWinVer()
10389 void OutRpcWinVer(PACK *p, RPC_WINVER *t) in OutRpcWinVer()
14651 RPC_WINVER ver; in AdminAccept()
14756 Copy(&a->ClientWinVer, &ver, sizeof(RPC_WINVER)); in AdminAccept()
14910 RPC_WINVER ver; in AdminConnectMain()
H A DProtocol.c2037 RPC_WINVER winver; in ServerAccept()
4013 RPC_WINVER server_winver; in ServerAccept()
6816 RPC_WINVER v; in ClientUploadAuth()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVLanWin32.h98 void Win32GetWinVer(RPC_WINVER *v);
H A DCedarType.h379 typedef struct RPC_WINVER RPC_WINVER; typedef
H A DCedar.h1042 void GetWinVer(RPC_WINVER *v);
1043 bool IsSupportedWinVer(RPC_WINVER *v);
H A DCedar.c88 bool IsSupportedWinVer(RPC_WINVER *v) in IsSupportedWinVer()
201 void GetWinVer(RPC_WINVER *v) in GetWinVer()
212 Zero(v, sizeof(RPC_WINVER)); in GetWinVer()
H A DVLanWin32.c28 void Win32GetWinVer(RPC_WINVER *v) in Win32GetWinVer()
36 Zero(v, sizeof(RPC_WINVER)); in Win32GetWinVer()
H A DAdmin.h20 struct RPC_WINVER struct
42 RPC_WINVER ClientWinVer; // Windows version of client argument
1496 void InRpcWinVer(RPC_WINVER *t, PACK *p);
1497 void OutRpcWinVer(PACK *p, RPC_WINVER *t);
H A DAdmin.c2781 RPC_WINVER server_ver; in StGetAdminMsg()
2782 RPC_WINVER client_ver; in StGetAdminMsg()
2793 Copy(&client_ver, &a->ClientWinVer, sizeof(RPC_WINVER)); in StGetAdminMsg()
10791 void InRpcWinVer(RPC_WINVER *t, PACK *p) in InRpcWinVer()
10799 Zero(t, sizeof(RPC_WINVER)); in InRpcWinVer()
10811 void OutRpcWinVer(PACK *p, RPC_WINVER *t) in OutRpcWinVer()
15307 RPC_WINVER ver; in AdminAccept()
15412 Copy(&a->ClientWinVer, &ver, sizeof(RPC_WINVER)); in AdminAccept()
15566 RPC_WINVER ver; in AdminConnectMain()
H A DProtocol.c1158 RPC_WINVER winver; in ServerAccept()
3143 RPC_WINVER server_winver; in ServerAccept()
5539 RPC_WINVER v; in ClientUploadAuth()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DVLanWin32.h189 void Win32GetWinVer(RPC_WINVER *v);
H A DCedarType.h472 typedef struct RPC_WINVER RPC_WINVER; typedef
H A DCedar.h1245 void GetWinVer(RPC_WINVER *v);
1246 bool IsSupportedWinVer(RPC_WINVER *v);
H A DCedar.c158 bool IsSupportedWinVer(RPC_WINVER *v) in IsSupportedWinVer()
283 void GetWinVer(RPC_WINVER *v) in GetWinVer()
294 Zero(v, sizeof(RPC_WINVER)); in GetWinVer()
H A DAdmin.h109 struct RPC_WINVER struct
131 RPC_WINVER ClientWinVer; // Windows version of client argument
1538 void InRpcWinVer(RPC_WINVER *t, PACK *p);
1539 void OutRpcWinVer(PACK *p, RPC_WINVER *t);
H A DVLanWin32.c125 void Win32GetWinVer(RPC_WINVER *v) in Win32GetWinVer()
133 Zero(v, sizeof(RPC_WINVER)); in Win32GetWinVer()
H A DAdmin.c2762 RPC_WINVER server_ver; in StGetAdminMsg()
2763 RPC_WINVER client_ver; in StGetAdminMsg()
2774 Copy(&client_ver, &a->ClientWinVer, sizeof(RPC_WINVER)); in StGetAdminMsg()
10369 void InRpcWinVer(RPC_WINVER *t, PACK *p) in InRpcWinVer()
10377 Zero(t, sizeof(RPC_WINVER)); in InRpcWinVer()
10389 void OutRpcWinVer(PACK *p, RPC_WINVER *t) in OutRpcWinVer()
14651 RPC_WINVER ver; in AdminAccept()
14756 Copy(&a->ClientWinVer, &ver, sizeof(RPC_WINVER)); in AdminAccept()
14910 RPC_WINVER ver; in AdminConnectMain()
H A DProtocol.c2037 RPC_WINVER winver; in ServerAccept()
4012 RPC_WINVER server_winver; in ServerAccept()
6815 RPC_WINVER v; in ClientUploadAuth()
H A DCM.c9780 RPC_WINVER winver; in CmConnect()

12