Home
last modified time | relevance | path

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

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVirtual.h524 UINT ServeDhcpRequestEx(VH *v, UCHAR *mac, UINT request_ip, bool is_static_ip);
H A DVirtual.c9216 return ServeDhcpRequestEx(v, mac, request_ip, false); in ServeDhcpRequest()
9219 UINT ServeDhcpRequestEx(VH *v, UCHAR *mac, UINT request_ip, bool is_static_ip) in ServeDhcpRequestEx() function
9541 ip = ServeDhcpRequestEx(v, p->MacAddressSrc, opt->RequestedIp, ip_static); in VirtualDhcpServer()