OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_get32
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/netbsd/nameser/
ns_netint.c
44
ns_get32
(const u_char *src) {
function
47
NS_GET32
(dst, src);
/bionic/libc/private/
arpa_nameser.h
441
#define
NS_GET32
(l, cp) do { \
474
#define
ns_get32
__ns_get32
macro
511
uint32_t
ns_get32
(const u_char *);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
442
#define
NS_GET32
(l, cp) do { \
474
#define
ns_get32
__ns_get32
macro
508
u_long
ns_get32
(const u_char *) __THROW;
Completed in 1382 milliseconds