OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_getshort
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/netbsd/resolv/
res_comp.c
264
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 140 milliseconds