_getlong
# undef _getlong
# define _getlong(x) (_ssh_compat_getlong(x))
_getlong(const u_char *msgp)
u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); }