Searched defs:netmask (Results 1 – 14 of 14) sorted by relevance
40 def netmask_prefix_length(netmask): argument
32 ${netmask} ${24} variable
55 static struct in_addr netmask; in is_broadcast() local
78 std::string netmask; member153 std::string netmask = std::to_string((value >> 24) & 0xff) + "." + in getNetmask() local
1230 auto netmask = stdplus::pfxToMask<stdplus::In4Addr>(prefix); in getLan() local