Searched refs:LBER_NTOHL (Results 1 - 6 of 6) sorted by relevance

/osnet-11/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
H A Dio.c655 *len = LBER_NTOHL( netlen );
1161 *len = LBER_NTOHL( netlen );
H A Ddecode.c135 *len = LBER_NTOHL( netlen );
/osnet-11/usr/src/lib/libldap4/include/
H A Dlber.h214 #define LBER_NTOHL(l) ntohl(l) macro
/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c142 *len = LBER_NTOHL( netlen );
H A Dio.c627 *len = LBER_NTOHL( netlen );

Completed in 45 milliseconds