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

  /bionic/libc/netbsd/nameser/
ns_netint.c 52 ns_put16(u_int16_t src, u_char *dst) { function
53 NS_PUT16(src, dst);
  /bionic/libc/private/
arpa_nameser.h 451 #define NS_PUT16(s, cp) do { \
475 #define ns_put16 __ns_put16 macro
512 void ns_put16(uint16_t, u_char *);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 452 #define NS_PUT16(s, cp) do { \
475 #define ns_put16 __ns_put16 macro
509 void ns_put16 (u_int, u_char *) __THROW;

Completed in 176 milliseconds