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

  /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);
  /bionic/libc/netbsd/resolv/
res_comp.c 264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
  /external/dnsmasq/src/
nameser.h 325 extern u_int16_t _getshort(const unsigned char *);
  /bionic/libc/private/
resolv_private.h 428 uint16_t _getshort(const u_char *);
  /bionic/libc/netbsd/
gethnamaddr.c 256 type = _getshort(cp);
258 class = _getshort(cp);
260 n = _getshort(cp);
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/openssh/
configure     [all...]

Completed in 482 milliseconds