OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ns_msg_size
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/netbsd/nameser/
ns_print.c
98
n = ns_sprintrrf(ns_msg_base(*handle),
ns_msg_size
(*handle),
/bionic/libc/private/
arpa_nameser.h
128
#define
ns_msg_size
(handle) ((size_t)((handle)._eom - (handle)._msg))
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
133
#define
ns_msg_size
(handle) ((handle)._eom - (handle)._msg)
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
133
#define
ns_msg_size
(handle) ((handle)._eom - (handle)._msg)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
133
#define
ns_msg_size
(handle) ((handle)._eom - (handle)._msg)
macro
Completed in 157 milliseconds