using System; namespace DhcpServer { [Flags] public enum DhcpBootpFlag : ushort { Broadcast = 1 << 15 } }