OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statp
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/dns/resolv/
res_init.c
160
res_ninit(res_state
statp
) {
163
return (__res_vinit(
statp
, 0));
168
__res_vinit(res_state
statp
, int preinit) {
191
if ((
statp
->options & RES_INIT) != 0U)
192
res_ndestroy(
statp
);
195
statp
->netid = NETID_UNSET;
196
statp
->retrans = RES_TIMEOUT;
197
statp
->retry = RES_DFLRETRY;
198
statp
->options = RES_DEFAULT;
199
statp
->id = res_randomid()
[
all
...]
res_send.c
233
res_ourserver_p(const res_state
statp
, const struct sockaddr *sa) {
241
for (ns = 0; ns <
statp
->nscount; ns++) {
242
srv = (struct sockaddr_in *)(void *)get_nsaddr(
statp
, (size_t)ns);
251
if (EXT(
statp
).ext == NULL)
254
for (ns = 0; ns <
statp
->nscount; ns++) {
255
srv6 = (struct sockaddr_in6 *)(void *)get_nsaddr(
statp
, (size_t)ns);
361
res_nsend(res_state
statp
,
372
DprintQ((
statp
->options & RES_DEBUG) || (
statp
->pfcode & RES_PRF_QUERY),
374
v_circuit = (
statp
->options & RES_USEVC) || buflen > PACKETSZ
[
all
...]
res_query.c
128
res_nquery(res_state
statp
,
139
oflags =
statp
->_flags;
145
if (
statp
->options & RES_DEBUG)
149
n = res_nmkquery(
statp
, QUERY, name, class, type, NULL, 0, NULL,
152
if (n > 0 && (
statp
->_flags & RES_F_EDNS0ERR) == 0 &&
153
(
statp
->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U)
154
n = res_nopt(
statp
, n, buf, sizeof(buf), anslen);
158
if (
statp
->options & RES_DEBUG)
161
RES_SET_H_ERRNO(
statp
, NO_RECOVERY);
164
n = res_nsend(
statp
, buf, n, answer, anslen)
[
all
...]
res_private.h
20
res_ourserver_p(const res_state
statp
, const struct sockaddr *sa);
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_debug.c
137
fp_resstat(const res_state
statp
, FILE *file) {
142
if (
statp
->options & mask)
149
do_section(const res_state
statp
,
162
sflag = (int)(
statp
->pfcode & pflag);
163
if (
statp
->pfcode && !sflag)
180
(
statp
->pfcode & RES_PRF_HEAD1))
184
if (rrnum == 0 && sflag != 0 && (
statp
->pfcode & RES_PRF_HEAD1))
279
res_pquery(const res_state
statp
, const u_char *msg, int len, FILE *file) {
299
if ((!
statp
->pfcode) || (
statp
->pfcode & RES_PRF_HEADX) || rcode
[
all
...]
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_cache.c
[
all
...]
/bionic/libc/dns/include/
resolv_cache.h
40
extern void _resolv_populate_res_for_net(struct __res_state*
statp
);
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
314
__res_state *
statp
= (__res_state*)state;
local
316
if (
statp
->_u._ext.nsaddrs[i] &&
statp
->_u._ext.nssocks[i] != -1)
317
fds[cnt++] =
statp
->_u._ext.nssocks[i];
/toolchain/binutils/binutils-2.25/binutils/
filemode.c
28
representation of the st_mode field of file stats block
STATP
.
Completed in 152 milliseconds