OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_DISPATCHATTR_TCP
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dispatch.h
138
#define
DNS_DISPATCHATTR_TCP
0x00000002U
282
*\li (attributes &
DNS_DISPATCHATTR_TCP
) == 0
330
*\li attributes includes #
DNS_DISPATCHATTR_TCP
and does not include
/src/external/mpl/dhcp/bind/dist/lib/dns/
dispatch.c
2305
REQUIRE((attributes &
DNS_DISPATCHATTR_TCP
) != 0);
2411
attributes =
DNS_DISPATCHATTR_TCP
| DNS_DISPATCHATTR_CONNECTED;
2412
mask =
DNS_DISPATCHATTR_TCP
| DNS_DISPATCHATTR_PRIVATE |
2453
attributes =
DNS_DISPATCHATTR_TCP
;
2496
REQUIRE((attributes &
DNS_DISPATCHATTR_TCP
) == 0);
2793
attributes &= ~
DNS_DISPATCHATTR_TCP
;
request.c
579
attrs |=
DNS_DISPATCHATTR_TCP
;
637
attrmask |=
DNS_DISPATCHATTR_TCP
;
client.c
336
attrmask |=
DNS_DISPATCHATTR_TCP
;
resolver.c
2256
attrmask |=
DNS_DISPATCHATTR_TCP
;
3166
attrs |=
DNS_DISPATCHATTR_TCP
;
Completed in 30 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026