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

  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 482 #define NS_PUT16(s, cp) do { \
505 #define ns_put16 __ns_put16 macro
541 void ns_put16(uint16_t, u_char *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser.h 453 #define NS_PUT16(s, cp) do { \
475 void ns_put16 (u_int, u_char *) __THROW;
  /bionic/libc/include/arpa/
nameser.h 500 #define NS_PUT16(s, cp) do { \
525 #define ns_put16 __ns_put16 macro
569 void ns_put16(uint16_t __src, u_char* __dst);
597 void ns_put16(uint16_t __src, u_char* __dst) __INTRODUCED_IN_64(23);

Completed in 269 milliseconds