Home
last modified time | relevance | path

Searched defs:request_ip (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/tools/constrained_network_server/
H A Dcns.py135 def Cleanup(self, all_ports, request_ip=None): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/tools/constrained_network_server/
H A Dcns.py170 def Cleanup(self, all_ports, request_ip=None): argument
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_IPC.c821 UINT request_ip = 0; in IPCDhcpAllocateIPEx() local
H A DVirtual.c9218 UINT ServeDhcpRequest(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpRequest()
9241 UINT ServeDhcpDiscover(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpDiscover()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_IPC.c821 UINT request_ip = 0; in IPCDhcpAllocateIPEx() local
H A DVirtual.c9218 UINT ServeDhcpRequest(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpRequest()
9241 UINT ServeDhcpDiscover(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpDiscover()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVirtual.c9214 UINT ServeDhcpRequest(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpRequest()
9219 UINT ServeDhcpRequestEx(VH *v, UCHAR *mac, UINT request_ip, bool is_static_ip) in ServeDhcpRequestEx()
9242 UINT ServeDhcpDiscover(VH *v, UCHAR *mac, UINT request_ip) in ServeDhcpDiscover()
9331 UINT ServeDhcpDiscoverEx(VH *v, UCHAR *mac, UINT request_ip, bool is_static_ip) in ServeDhcpDiscoverEx()
/dports/devel/py-moto/moto-2.2.16/moto/ec2/
H A Dmodels.py4643 def request_ip(self, ip, instance): member in Subnet