OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_put16
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/dns/nameser/
ns_netint.c
52
ns_put16
(uint16_t src, u_char *dst) {
function
53
NS_PUT16
(src, dst);
/bionic/libc/include/arpa/
nameser.h
503
#define
NS_PUT16
(s, cp) do { \
526
#define
ns_put16
__ns_put16
macro
572
void
ns_put16
(uint16_t, u_char *) __LIBC_ABI_PUBLIC__;
/development/ndk/platforms/android-L/include/arpa/
nameser.h
503
#define
NS_PUT16
(s, cp) do { \
527
#define
ns_put16
__ns_put16
macro
582
void
ns_put16
(uint16_t, u_char *);
Completed in 885 milliseconds