Home
last modified time | relevance | path

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

/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DTcpIp.h796 struct DHCP_OPTION_LIST struct
799 UINT Opcode; // DHCP opcode
802 UINT RequestedIp; // Requested IP address
810 UINT ClientAddress; // Client address
811 UINT ServerAddress; // DHCP server address
812 UINT LeaseTime; // Lease time
814 UINT SubnetMask; // Subnet mask
815 UINT Gateway; // Gateway address
816 UINT DnsServer; // DNS server address 1
817 UINT DnsServer2; // DNS server address 2
[all …]
H A DMayaType.h575 typedef struct DHCP_OPTION_LIST DHCP_OPTION_LIST; typedef
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DTcpIp.h796 struct DHCP_OPTION_LIST struct
799 UINT Opcode; // DHCP opcode
802 UINT RequestedIp; // Requested IP address
810 UINT ClientAddress; // Client address
811 UINT ServerAddress; // DHCP server address
812 UINT LeaseTime; // Lease time
814 UINT SubnetMask; // Subnet mask
815 UINT Gateway; // Gateway address
816 UINT DnsServer; // DNS server address 1
817 UINT DnsServer2; // DNS server address 2
[all …]
H A DMayaType.h575 typedef struct DHCP_OPTION_LIST DHCP_OPTION_LIST; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DTcpIp.h703 struct DHCP_OPTION_LIST struct
706 UINT Opcode; // DHCP opcode
709 UINT RequestedIp; // Requested IP address
717 UINT ClientAddress; // Client address
718 UINT ServerAddress; // DHCP server address
719 UINT LeaseTime; // Lease time
721 UINT SubnetMask; // Subnet mask
722 UINT Gateway; // Gateway address
723 UINT DnsServer; // DNS server address 1
724 UINT DnsServer2; // DNS server address 2
[all …]
H A DMayaType.h448 typedef struct DHCP_OPTION_LIST DHCP_OPTION_LIST; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/Dhcp/
H A Dmod.rs3488 pub struct DHCP_OPTION_LIST { struct
3493 impl DHCP_OPTION_LIST {} argument
3495 impl ::std::default::Default for DHCP_OPTION_LIST { implementation
3501 impl ::std::fmt::Debug for DHCP_OPTION_LIST { implementation
3507 impl ::std::cmp::PartialEq for DHCP_OPTION_LIST { implementation
3513 impl ::std::cmp::Eq for DHCP_OPTION_LIST {} implementation
3515 unsafe impl ::windows::runtime::Abi for DHCP_OPTION_LIST { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Dhcp/
H A Dmod.rs1875 pub struct DHCP_OPTION_LIST { struct
1880 impl ::core::marker::Copy for DHCP_OPTION_LIST {} argument
1882 impl ::core::clone::Clone for DHCP_OPTION_LIST { implementation