HomeSort by relevance Sort by last modified time
    Searched defs:ns_put32 (Results 1 - 21 of 21) sorted by null

  /bionic/libc/dns/nameser/
ns_netint.c 57 ns_put32(uint32_t src, u_char *dst) { function
58 NS_PUT32(src, dst);
  /bionic/libc/include/arpa/
nameser.h 511 #define NS_PUT32(l, cp) do { \
527 #define ns_put32 __ns_put32 macro
573 void ns_put32(uint32_t, u_char *) __LIBC_ABI_PUBLIC__;