OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_GET16
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/netbsd/nameser/
ns_netint.c
36
ns_get16
(const u_char *src) {
function
39
NS_GET16
(dst, src);
ns_parse.c
93
NS_GET16
(rdlength, ptr);
112
NS_GET16
(handle->_id, msg);
115
NS_GET16
(handle->_flags, msg);
119
NS_GET16
(handle->_counts[i], msg);
174
NS_GET16
(rr->type, handle->_msg_ptr);
175
NS_GET16
(rr->rr_class, handle->_msg_ptr);
184
NS_GET16
(rr->rdlength, handle->_msg_ptr);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
178
#define GETSHORT
NS_GET16
nameser.h
434
#define
NS_GET16
(s, cp) do { \
473
#define
ns_get16
__ns_get16
macro
507
u_int
ns_get16
(const u_char *) __THROW;
/bionic/libc/private/
arpa_nameser_compat.h
231
#define GETSHORT
NS_GET16
arpa_nameser.h
433
#define
NS_GET16
(s, cp) do { \
473
#define
ns_get16
__ns_get16
macro
510
uint16_t
ns_get16
(const u_char *);
Completed in 3124 milliseconds