Searched defs:_getshort (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c120 _getshort(msgp) function
129 u_int16_t _getshort(register const u_char *);
484 curr->type = _getshort(*cp);
488 curr->class = _getshort(*cp);
531 curr->type = _getshort(*cp);
535 curr->class = _getshort(*cp);
543 curr->size = _getshort(*cp);

Completed in 311 milliseconds