HomeSort by relevance Sort by last modified time
    Searched refs:NS_PUT32 (Results 1 - 9 of 9) 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);
  /prebuilts/gcc/linux-x86/host/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 223 milliseconds