HomeSort by relevance Sort by last modified time
    Searched refs:ns_put32 (Results 1 - 7 of 7) 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);
  /bionic/libc/netbsd/resolv/
res_mkquery.c 189 ns_put32(0, cp);
207 ns_put32(0, cp);
res_comp.c 260 void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); }
  /bionic/libc/private/
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 *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
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.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.h 460 #define NS_PUT32(l, cp) do { \
476 #define ns_put32 __ns_put32 macro
510 void ns_put32 (u_long, u_char *) __THROW;

Completed in 298 milliseconds