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

  /bionic/libc/netbsd/resolv/
res_mkquery.c 168 ns_put16(type, cp);
170 ns_put16(class, cp);
185 ns_put16(T_NULL, cp);
187 ns_put16(class, cp);
191 ns_put16(0, cp);
203 ns_put16(type, cp);
205 ns_put16(class, cp);
209 ns_put16(datalen, cp);
255 ns_put16(T_OPT, cp); /* TYPE */
257 ns_put16(anslen & 0xffff, cp); /* CLASS = UDP payload size *
    [all...]
res_comp.c 261 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); }
res_send.c 831 ns_put16((u_short)buflen, (u_char*)(void *)&len);
    [all...]
  /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 *);
  /prebuilts/gcc/linux-x86/host/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 178 milliseconds