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_u16_parse
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
fromwire.c
57
if (!
dns_u16_parse
(opt.data, opt.len, &offset, &tlv_type) ||
58
!
dns_u16_parse
(opt.data, opt.len, &offset, &tlv_len))
211
dns_u16_parse
(const uint8_t *buf, unsigned len, unsigned *NONNULL offp, uint16_t *NONNULL ret)
function
215
DEBUG("
dns_u16_parse
: not enough room: %u > %u.\n", *offp + 2, len);
421
if (!
dns_u16_parse
(buf, target, offp, &rr->data.key.flags) ||
441
if (!
dns_u16_parse
(buf, target, offp, &rr->data.sig.type) ||
447
!
dns_u16_parse
(buf, target, offp, &rr->data.sig.key_tag) ||
467
if (!
dns_u16_parse
(buf, target, offp, &rr->data.srv.priority) ||
468
!
dns_u16_parse
(buf, target, offp, &rr->data.srv.weight) ||
469
!
dns_u16_parse
(buf, target, offp, &rr->data.srv.port)
[
all
...]
icmp.c
384
if (!
dns_u16_parse
(icmp_buf, length, &offset, &message->checksum)) {
395
if (!
dns_u16_parse
(icmp_buf, length, &offset, &message->router_lifetime)) {
dns-msg.h
465
bool
dns_u16_parse
(const uint8_t *NONNULL buf, unsigned len, unsigned *NONNULL offp, uint16_t *NONNULL ret);
dnssd-proxy.c
3538
!
dns_u16_parse
(header->data, len, &offp, &rdlen))
3605
if (!
dns_u16_parse
(header->data, offp + dso->primary.length, &offp, &subscribe_xid)) {
srp-replication.c
1925
return
dns_u16_parse
(buffer, length, offp, &session->remote_version);
Completed in 24 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026