_getshort
# undef _getshort
# define _getshort(x) (_ssh_compat_getshort(x))
_getshort(const u_char *msgp)
u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); }