OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subscribe_xid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-ioloop.c
571
uint16_t
subscribe_xid
;
variable
599
subscribe_xid
= dns_message.id; // We need this to identify the response.
720
if (message->wire.id ==
subscribe_xid
) {
859
subscribe_xid
= dns_message.id; // We need this to identify the response.
dnssd-proxy.c
3592
uint16_t
subscribe_xid
= ntohs(header->id);
local
3605
if (!dns_u16_parse(header->data, offp + dso->primary.length, &offp, &
subscribe_xid
)) {
3624
snprintf(activity_name, sizeof(activity_name), "%04x",
subscribe_xid
);
3643
opcode_name, nbuf, activity_name,
subscribe_xid
);
Completed in 18 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026