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

  /bionic/libc/netbsd/nameser/
ns_parse.c 55 const struct _ns_flagdata _ns_flagdata[16] = { variable in typeref:struct:_ns_flagdata
75 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 122 struct _ns_flagdata { int mask, shift; }; struct
123 extern struct _ns_flagdata _ns_flagdata[];
127 ((handle)._flags & _ns_flagdata[flag].mask) \
128 >> _ns_flagdata[flag].shift \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 122 struct _ns_flagdata { int mask, shift; }; struct
123 extern struct _ns_flagdata _ns_flagdata[];
127 ((handle)._flags & _ns_flagdata[flag].mask) \
128 >> _ns_flagdata[flag].shift \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 122 struct _ns_flagdata { int mask, shift; }; struct
123 extern struct _ns_flagdata _ns_flagdata[];
127 ((handle)._flags & _ns_flagdata[flag].mask) \
128 >> _ns_flagdata[flag].shift \
  /bionic/libc/private/
arpa_nameser.h 120 struct _ns_flagdata { int mask, shift; }; struct
121 extern const struct _ns_flagdata _ns_flagdata[];

Completed in 170 milliseconds