Home
last modified time | relevance | path

Searched refs:IPSEC_SERVICES (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_IPsec.h42 struct IPSEC_SERVICES struct
69 IPSEC_SERVICES Services; argument
87 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
89 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
H A DProto_IPsec.c64 IPSEC_SERVICES sl; in IPsecCheckOsService()
349 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerGetServices()
361 Copy(sl, &s->Services, sizeof(IPSEC_SERVICES)); in IPsecServerGetServices()
428 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerSetServices()
436 if (IsZero(sl, sizeof(IPSEC_SERVICES)) == false) in IPsecServerSetServices()
446 Copy(&s->Services, sl, sizeof(IPSEC_SERVICES)); in IPsecServerSetServices()
615 IPSEC_SERVICES sl; in FreeIPsecServer()
H A DProto_EtherIP.h40 IPSEC_SERVICES CurrentIPSecServiceSetting; // Copy of the current IPsec service settings
H A DCedarType.h489 typedef struct IPSEC_SERVICES IPSEC_SERVICES; typedef
H A DAdmin.h1115 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1116 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1266 UINT ScSetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1267 UINT ScGetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1498 void InIPsecServices(IPSEC_SERVICES *t, PACK *p);
1499 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t);
H A DProto_EtherIP.c166 Copy(&s->CurrentIPSecServiceSetting, &s->IPsec->Services, sizeof(IPSEC_SERVICES)); in EtherIPProcInterrupts()
H A DSMInner.h693 void SmIPsecDlgGetSetting(HWND hWnd, IPSEC_SERVICES *sl);
H A DAdmin.c1655 …DECLARE_RPC("SetIPsecServices", IPSEC_SERVICES, StSetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1656 …DECLARE_RPC("GetIPsecServices", IPSEC_SERVICES, StGetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1842 DECLARE_SC("SetIPsecServices", IPSEC_SERVICES, ScSetIPsecServices, InIPsecServices, OutIPsecService…
1843 DECLARE_SC("GetIPsecServices", IPSEC_SERVICES, ScGetIPsecServices, InIPsecServices, OutIPsecService…
2467 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StSetIPsecServices()
2490 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StGetIPsecServices()
2503 Zero(t, sizeof(IPSEC_SERVICES)); in StGetIPsecServices()
10757 void InIPsecServices(IPSEC_SERVICES *t, PACK *p) in InIPsecServices()
10765 Zero(t, sizeof(IPSEC_SERVICES)); in InIPsecServices()
10774 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t) in OutIPsecServices()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec.h137 struct IPSEC_SERVICES struct
164 IPSEC_SERVICES Services; argument
182 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
184 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
H A DIPsec.c155 IPSEC_SERVICES sl; in IPsecCheckOsService()
447 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerGetServices()
459 Copy(sl, &s->Services, sizeof(IPSEC_SERVICES)); in IPsecServerGetServices()
526 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerSetServices()
534 if (IsZero(sl, sizeof(IPSEC_SERVICES)) == false) in IPsecServerSetServices()
544 Copy(&s->Services, sl, sizeof(IPSEC_SERVICES)); in IPsecServerSetServices()
711 IPSEC_SERVICES sl; in FreeIPsecServer()
H A DIPsec_EtherIP.h138 IPSEC_SERVICES CurrentIPSecServiceSetting; // Copy of the current IPsec service settings
H A DCedarType.h575 typedef struct IPSEC_SERVICES IPSEC_SERVICES; typedef
H A DAdmin.h1174 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1175 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1317 UINT ScSetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1318 UINT ScGetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1540 void InIPsecServices(IPSEC_SERVICES *t, PACK *p);
1541 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t);
H A DIPsec_EtherIP.c252 Copy(&s->CurrentIPSecServiceSetting, &s->IPsec->Services, sizeof(IPSEC_SERVICES)); in EtherIPProcInterrupts()
H A DSMInner.h781 void SmIPsecDlgGetSetting(HWND hWnd, IPSEC_SERVICES *sl);
H A DAdmin.c1693 …DECLARE_RPC("SetIPsecServices", IPSEC_SERVICES, StSetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1694 …DECLARE_RPC("GetIPsecServices", IPSEC_SERVICES, StGetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1872 DECLARE_SC("SetIPsecServices", IPSEC_SERVICES, ScSetIPsecServices, InIPsecServices, OutIPsecService…
1873 DECLARE_SC("GetIPsecServices", IPSEC_SERVICES, ScGetIPsecServices, InIPsecServices, OutIPsecService…
2448 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StSetIPsecServices()
2471 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StGetIPsecServices()
2484 Zero(t, sizeof(IPSEC_SERVICES)); in StGetIPsecServices()
10335 void InIPsecServices(IPSEC_SERVICES *t, PACK *p) in InIPsecServices()
10343 Zero(t, sizeof(IPSEC_SERVICES)); in InIPsecServices()
10352 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t) in OutIPsecServices()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec.h137 struct IPSEC_SERVICES struct
164 IPSEC_SERVICES Services; argument
182 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
184 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl);
H A DIPsec.c155 IPSEC_SERVICES sl; in IPsecCheckOsService()
440 void IPsecServerGetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerGetServices()
452 Copy(sl, &s->Services, sizeof(IPSEC_SERVICES)); in IPsecServerGetServices()
519 void IPsecServerSetServices(IPSEC_SERVER *s, IPSEC_SERVICES *sl) in IPsecServerSetServices()
527 if (IsZero(sl, sizeof(IPSEC_SERVICES)) == false) in IPsecServerSetServices()
537 Copy(&s->Services, sl, sizeof(IPSEC_SERVICES)); in IPsecServerSetServices()
704 IPSEC_SERVICES sl; in FreeIPsecServer()
H A DIPsec_EtherIP.h138 IPSEC_SERVICES CurrentIPSecServiceSetting; // Copy of the current IPsec service settings
H A DCedarType.h575 typedef struct IPSEC_SERVICES IPSEC_SERVICES; typedef
H A DAdmin.h1174 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1175 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t);
1317 UINT ScSetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1318 UINT ScGetIPsecServices(RPC *r, IPSEC_SERVICES *t);
1540 void InIPsecServices(IPSEC_SERVICES *t, PACK *p);
1541 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t);
H A DIPsec_EtherIP.c252 Copy(&s->CurrentIPSecServiceSetting, &s->IPsec->Services, sizeof(IPSEC_SERVICES)); in EtherIPProcInterrupts()
H A DSMInner.h781 void SmIPsecDlgGetSetting(HWND hWnd, IPSEC_SERVICES *sl);
H A DAdmin.c1693 …DECLARE_RPC("SetIPsecServices", IPSEC_SERVICES, StSetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1694 …DECLARE_RPC("GetIPsecServices", IPSEC_SERVICES, StGetIPsecServices, InIPsecServices, OutIPsecServi… in AdminDispatch()
1872 DECLARE_SC("SetIPsecServices", IPSEC_SERVICES, ScSetIPsecServices, InIPsecServices, OutIPsecService…
1873 DECLARE_SC("GetIPsecServices", IPSEC_SERVICES, ScGetIPsecServices, InIPsecServices, OutIPsecService…
2448 UINT StSetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StSetIPsecServices()
2471 UINT StGetIPsecServices(ADMIN *a, IPSEC_SERVICES *t) in StGetIPsecServices()
2484 Zero(t, sizeof(IPSEC_SERVICES)); in StGetIPsecServices()
10335 void InIPsecServices(IPSEC_SERVICES *t, PACK *p) in InIPsecServices()
10343 Zero(t, sizeof(IPSEC_SERVICES)); in InIPsecServices()
10352 void OutIPsecServices(PACK *p, IPSEC_SERVICES *t) in OutIPsecServices()
H A DSM.c1840 IPSEC_SERVICES sl; in SmIPsecDlgUpdate()
1869 void SmIPsecDlgGetSetting(HWND hWnd, IPSEC_SERVICES *sl) in SmIPsecDlgGetSetting()
1878 Zero(sl, sizeof(IPSEC_SERVICES)); in SmIPsecDlgGetSetting()
1898 IPSEC_SERVICES sl; in SmIPsecDlgInit()
1973 IPSEC_SERVICES sl; in SmIPsecDlgOnOk()
1985 IPSEC_SERVICES sl_old; in SmIPsecDlgOnOk()

12