Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h225 #define LBER_NTOHL(_l) LBER_HTONL(_l) macro
230 #define LBER_NTOHL( l ) ntohl( l ) macro
241 #define LBER_NTOHL( l ) (((long)ntohl( (l) & 0x00000000FFFFFFFF )) << 32 \ macro