Home
last modified time | relevance | path

Searched defs:netmask (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.py40 def netmask_prefix_length(netmask): argument
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot32 ${netmask} ${24} variable
/openbmc/u-boot/drivers/net/
H A Dnetconsole.c55 static struct in_addr netmask; in is_broadcast() local
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp78 std::string netmask; member
153 std::string netmask = std::to_string((value >> 24) & 0xff) + "." + in getNetmask() local
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1230 auto netmask = stdplus::pfxToMask<stdplus::In4Addr>(prefix); in getLan() local