Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h169 if (log && ((log->GetMask() & mask) != 0)) in GetLog()
246 MaskType GetMask() const;
/openbsd/usr.sbin/pppd/
H A Dpppd.h307 u_int32_t GetMask(u_int32_t); /* Get appropriate netmask for address */
H A Dipcp.c1097 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr))) in ip_demand_conf()
1181 mask = GetMask(go->ouraddr); in ipcp_up()
1206 mask = GetMask(go->ouraddr); in ipcp_up()
H A Dsys-bsd.c1356 GetMask(u_int32_t addr) in GetMask() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp130 Log::MaskType Log::GetMask() const { in GetMask() function in Log