Lines Matching refs:ntohl
92 #ifdef ntohl
93 #undef ntohl
101 inline sal_uInt32 ntohl (sal_uInt32 n) { return OSL_SWAPDWORD(n); } in ntohl() function
107 inline sal_uInt32 ntohl (sal_uInt32 n) { return (n); }
299 return (store::ntohl(m_nAddr) < store::ntohl(rhs.m_nAddr)); in operator <()
350 return (store::ntohl(m_nLow) < store::ntohl(rhs.m_nLow)); in operator <()
352 return (store::ntohl(m_nHigh) < store::ntohl(rhs.m_nHigh)); in operator <()
403 return (store::ntohl(m_nAddr) < store::ntohl(rhs.m_nAddr)); in operator <()
410 return store::ntohl(m_nAddr); in location()
457 return store::ntohl(m_aDescr.m_nAddr); in location()
475 return store::ntohl(m_aGuard.m_nMagic); in type()