Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h221 #define LBER_NTOHL(_l) LBER_HTONL(_l) macro
226 #define LBER_NTOHL( l ) ntohl( l ) macro
237 #define LBER_NTOHL( l ) (((long)ntohl( (l) & 0x00000000FFFFFFFF )) << 32 \ macro