OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_PUT32
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/netbsd/nameser/
ns_netint.c
57
ns_put32
(u_int32_t src, u_char *dst) {
function
58
NS_PUT32
(src, dst);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
181
#define PUTLONG
NS_PUT32
nameser.h
460
#define
NS_PUT32
(l, cp) do { \
476
#define
ns_put32
__ns_put32
macro
510
void
ns_put32
(u_long, u_char *) __THROW;
/bionic/libc/private/
arpa_nameser_compat.h
234
#define PUTLONG
NS_PUT32
arpa_nameser.h
459
#define
NS_PUT32
(l, cp) do { \
476
#define
ns_put32
__ns_put32
macro
513
void
ns_put32
(uint32_t, u_char *);
Completed in 28 milliseconds