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

  /bionic/libc/netbsd/resolv/
res_init.c 161 res_ninit(res_state statp) {
164 return (__res_vinit(statp, 0));
169 __res_vinit(res_state statp, int preinit) {
182 if ((statp->options & RES_INIT) != 0U)
183 res_ndestroy(statp);
186 statp->retrans = RES_TIMEOUT;
187 statp->retry = RES_DFLRETRY;
188 statp->options = RES_DEFAULT;
189 statp->id = res_randomid();
217 statp->nscount = 0
    [all...]
res_send.c 234 res_ourserver_p(const res_state statp, const struct sockaddr *sa) {
242 for (ns = 0; ns < statp->nscount; ns++) {
243 srv = (struct sockaddr_in *)(void *)get_nsaddr(statp, (size_t)ns);
252 if (EXT(statp).ext == NULL)
255 for (ns = 0; ns < statp->nscount; ns++) {
256 srv6 = (struct sockaddr_in6 *)(void *)get_nsaddr(statp, (size_t)ns);
363 res_nsend(res_state statp,
374 if (statp->nscount == 0) {
384 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY)
    [all...]
res_query.c 127 res_nquery(res_state statp,
138 oflags = statp->_flags;
144 if (statp->options & RES_DEBUG)
148 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
151 if (n > 0 && (statp->_flags & RES_F_EDNS0ERR) == 0 &&
152 (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U)
153 n = res_nopt(statp, n, buf, sizeof(buf), anslen);
157 if (statp->options & RES_DEBUG)
160 RES_SET_H_ERRNO(statp, NO_RECOVERY);
163 n = res_nsend(statp, buf, n, answer, anslen)
    [all...]
res_debug.h 26 # define Aerror(statp, file, string, error, address) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
32 res_pquery(statp, query, size, stdout);\
res_private.h 20 res_ourserver_p(const res_state statp, const struct sockaddr *sa);
res_mkquery.c 117 res_nmkquery(res_state statp,
135 if (statp->options & RES_DEBUG)
148 hp->rd = (statp->options & RES_RECURSE) != 0U;
231 res_nopt(res_state statp,
242 if ((statp->options & RES_DEBUG) != 0U)
261 if (statp->options & RES_USE_DNSSEC) {
263 if (statp->options & RES_DEBUG)
res_debug.c 147 fp_resstat(const res_state statp, FILE *file) {
152 if (statp->options & mask)
159 do_section(const res_state statp,
172 sflag = (statp->pfcode & pflag);
173 if (statp->pfcode && !sflag)
190 (statp->pfcode & RES_PRF_HEAD1))
194 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
242 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) {
262 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode
    [all...]
res_cache.c     [all...]
  /bionic/libc/private/
resolv_cache.h 91 extern void _resolv_populate_res_for_iface(struct __res_state* statp);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 367 __res_state *statp = (__res_state*)state; local
369 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
370 fds[cnt++] = statp->_u._ext.nssocks[i];
  /external/dropbear/
scp.c 713 rsource(char *name, struct stat *statp)
730 (u_long) statp->st_mtime,
731 (u_long) statp->st_atime);
739 (u_int) (statp->st_mode & FILEMODEMASK), 0, last);
  /external/openssh/
scp.c 845 rsource(char *name, struct stat *statp)
862 (u_long) statp->st_mtime,
863 (u_long) statp->st_atime);
871 (u_int) (statp->st_mode & FILEMODEMASK), 0, last);

Completed in 320 milliseconds