HomeSort by: relevance | last modified time | path
    Searched defs:_getshort (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/resolv/
res_comp.c 279 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
res_comp.c 279 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
  /src/external/bsd/libbind/dist/resolv/
res_comp.c 263 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
res_comp.c 263 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
  /src/crypto/external/bsd/openssh/dist/
getrrsetbyname.c 120 _getshort(msgp) function
129 u_int16_t _getshort(register const u_char *);
497 curr->type = _getshort(*cp);
501 curr->class = _getshort(*cp);
544 curr->type = _getshort(*cp);
548 curr->class = _getshort(*cp);
556 curr->size = _getshort(*cp);
getrrsetbyname.c 120 _getshort(msgp) function
129 u_int16_t _getshort(register const u_char *);
497 curr->type = _getshort(*cp);
501 curr->class = _getshort(*cp);
544 curr->type = _getshort(*cp);
548 curr->class = _getshort(*cp);
556 curr->size = _getshort(*cp);

Completed in 28 milliseconds