Lines Matching refs:constexpr
16 constexpr auto PATH_ROOT = "/xyz/openbmc_project/network"_zsv;
17 constexpr auto INTF_ETHERNET = "xyz.openbmc_project.Network.EthernetInterface";
18 constexpr auto INTF_IP = "xyz.openbmc_project.Network.IP";
19 constexpr auto INTF_IP_CREATE = "xyz.openbmc_project.Network.IP.Create";
20 constexpr auto INTF_MAC = "xyz.openbmc_project.Network.MACAddress";
21 constexpr auto INTF_NEIGHBOR = "xyz.openbmc_project.Network.Neighbor";
22 constexpr auto INTF_NEIGHBOR_CREATE_STATIC =
24 constexpr auto INTF_VLAN = "xyz.openbmc_project.Network.VLAN";
25 constexpr auto INTF_VLAN_CREATE = "xyz.openbmc_project.Network.VLAN.Create";
76 constexpr uint8_t IPv6Only = 0;
77 constexpr uint8_t DualStack = 1;
78 constexpr uint8_t IPv6Alerts = 2;
92 constexpr uint8_t DHCP = 0;
93 constexpr uint8_t SLAAC = 1;
113 constexpr uint8_t Static = 0;
114 constexpr uint8_t Dynamic = 1;
118 constexpr uint16_t VLAN_VALUE_MASK = 0x0fff;
119 constexpr uint16_t VLAN_ENABLE_FLAG = 0x8000;
122 constexpr uint8_t MAX_IPV4_ADDRESSES = 2;
125 constexpr uint8_t MAX_IPV6_STATIC_ADDRESSES = 15;
126 constexpr uint8_t MAX_IPV6_DYNAMIC_ADDRESSES = 15;
129 constexpr uint8_t MIN_IPV4_PREFIX_LENGTH = 1;
130 constexpr uint8_t MAX_IPV4_PREFIX_LENGTH = 32;
131 constexpr uint8_t MIN_IPV6_PREFIX_LENGTH = 1;
132 constexpr uint8_t MAX_IPV6_PREFIX_LENGTH = 128;