API for DHCP.
More...
Go to the source code of this file.
|
|
typedef sequence< DhcpExclusion > | webadmin::DhcpExclusionList |
| |
typedef sequence
< kerio::web::IpAddressList > | webadmin::IpListList |
| |
|
typedef sequence< DhcpOption > | webadmin::DhcpOptionList |
| |
|
typedef sequence< DhcpScope > | webadmin::DhcpScopeList |
| |
|
typedef sequence< DhcpLease > | webadmin::DhcpLeaseList |
| |
|
| enum | DhcpOptionType {
DhcpBool,
DhcpInt8,
DhcpInt16,
DhcpInt32,
DhcpIpAddr,
DhcpString,
DhcpHex,
DhcpTimeSigned,
DhcpTimeUnsigned,
DhcpInt8List,
DhcpInt16List,
DhcpInt32List,
DhcpIpAddrList,
DhcpIpPairList,
DhcpIpMaskList,
DhcpIpMaskIpList
} |
| |
| enum | DhcpLeaseType { DhcpTypeReservation,
DhcpTypeLease
} |
| |
| enum | DhcpModeType { DhcpAutomatic,
DhcpManual
} |
| |