HomeSort by relevance Sort by last modified time
    Searched defs:_getshort (Results 1 - 3 of 3) sorted by null

  /bionic/libc/dns/resolv/
res_comp.c 264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_comp.c 282 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
  /external/openssh/openbsd-compat/
getrrsetbyname.c 120 _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 130 milliseconds