Home
last modified time | relevance | path

Searched refs:RPC_DELETE_DEVICE (Results 1 – 12 of 12) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DEtherLog.h130 struct RPC_DELETE_DEVICE struct
227 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t);
241 UINT EcDelDevice(RPC *r, RPC_DELETE_DEVICE *t);
259 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p);
260 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t);
H A DEtherLog.c289 DECLARE_RPC("DelDevice", RPC_DELETE_DEVICE, EtDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice) in ElRpcServer()
313 DECLARE_SC("DelDevice", RPC_DELETE_DEVICE, EcDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice)
451 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t) in EtDelDevice()
607 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p) in InRpcDeleteDevice()
615 Zero(t, sizeof(RPC_DELETE_DEVICE)); in InRpcDeleteDevice()
619 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t) in OutRpcDeleteDevice()
H A DCedarType.h550 typedef struct RPC_DELETE_DEVICE RPC_DELETE_DEVICE; typedef
H A DEM.c1081 RPC_DELETE_DEVICE t; in EmMainDlg()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DEtherLog.h130 struct RPC_DELETE_DEVICE struct
227 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t);
241 UINT EcDelDevice(RPC *r, RPC_DELETE_DEVICE *t);
259 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p);
260 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t);
H A DEtherLog.c289 DECLARE_RPC("DelDevice", RPC_DELETE_DEVICE, EtDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice) in ElRpcServer()
313 DECLARE_SC("DelDevice", RPC_DELETE_DEVICE, EcDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice)
451 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t) in EtDelDevice()
607 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p) in InRpcDeleteDevice()
615 Zero(t, sizeof(RPC_DELETE_DEVICE)); in InRpcDeleteDevice()
619 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t) in OutRpcDeleteDevice()
H A DCedarType.h550 typedef struct RPC_DELETE_DEVICE RPC_DELETE_DEVICE; typedef
H A DEM.c1081 RPC_DELETE_DEVICE t; in EmMainDlg()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DEtherLog.h35 struct RPC_DELETE_DEVICE struct
129 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t);
143 UINT EcDelDevice(RPC *r, RPC_DELETE_DEVICE *t);
160 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p);
161 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t);
H A DEtherLog.c208 DECLARE_RPC("DelDevice", RPC_DELETE_DEVICE, EtDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice) in ElRpcServer()
232 DECLARE_SC("DelDevice", RPC_DELETE_DEVICE, EcDelDevice, InRpcDeleteDevice, OutRpcDeleteDevice)
364 UINT EtDelDevice(EL *e, RPC_DELETE_DEVICE *t) in EtDelDevice()
520 void InRpcDeleteDevice(RPC_DELETE_DEVICE *t, PACK *p) in InRpcDeleteDevice()
528 Zero(t, sizeof(RPC_DELETE_DEVICE)); in InRpcDeleteDevice()
532 void OutRpcDeleteDevice(PACK *p, RPC_DELETE_DEVICE *t) in OutRpcDeleteDevice()
H A DCedarType.h457 typedef struct RPC_DELETE_DEVICE RPC_DELETE_DEVICE; typedef
H A DEM.c976 RPC_DELETE_DEVICE t; in EmMainDlg()