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_MAX_UDP_PAYLOAD
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h
26
#ifndef
DNS_MAX_UDP_PAYLOAD
27
#define
DNS_MAX_UDP_PAYLOAD
1410
31
#define DNS_DATA_SIZE (
DNS_MAX_UDP_PAYLOAD
- DNS_HEADER_SIZE)
ioloop.c
580
uint8_t msgbuf[
DNS_MAX_UDP_PAYLOAD
];
587
bufp.iov_len =
DNS_MAX_UDP_PAYLOAD
;
srp-dns-proxy.c
898
update->update = calloc(1,
DNS_MAX_UDP_PAYLOAD
);
srp-client.c
1477
dns_edns0_header_to_wire(&towire,
DNS_MAX_UDP_PAYLOAD
, 0, 0, 1); CH; // XRCODE = 0; VERSION = 0; DO=1
macos-ioloop.c
1272
nw_connection_group_set_receive_handler(listener->connection_group,
DNS_MAX_UDP_PAYLOAD
, true,
srp-mdns-proxy.c
630
dns_edns0_header_to_wire(&towire,
DNS_MAX_UDP_PAYLOAD
, 0, 0, 1);
Completed in 27 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026