Home
last modified time | relevance | path

Searched refs:reported_ip (Results 1 – 2 of 2) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DUdpAccel.h121 bool UdpAccelInitClient(UDP_ACCEL *a, UCHAR *key, IP *detected_ip, IP *reported_ip, USHORT port, UI…
122 bool UdpAccelInitServer(UDP_ACCEL *a, UCHAR *key, IP *detected_ip, IP *reported_ip, USHORT port);
H A DUdpAccel.c821 bool UdpAccelInitServer(UDP_ACCEL *a, UCHAR *key, IP *detected_ip, IP *reported_ip, USHORT port) in UdpAccelInitServer() argument
830 a->Version, detected_ip, reported_ip, port, a->YourCookie, a->MyCookie); in UdpAccelInitServer()
851 Copy(&a->YourIpReported, reported_ip, sizeof(a->YourIpReported)); in UdpAccelInitServer()
863 bool UdpAccelInitClient(UDP_ACCEL *a, UCHAR *key, IP *detected_ip, IP *reported_ip, USHORT port, UI… in UdpAccelInitClient() argument
872 a->Version, detected_ip, reported_ip, port, cookie, my_cookie); in UdpAccelInitClient()
893 Copy(&a->YourIpReported, reported_ip, sizeof(a->YourIpReported)); in UdpAccelInitClient()