OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:message_length_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c
691
read_ptr = connection->
message_length_bytes
;
745
connection->message_length = (((uint16_t)connection->
message_length_bytes
[0] << 8) |
746
((uint16_t)connection->
message_length_bytes
[1]));
ioloop.h
217
uint8_t
message_length_bytes
[2];
member in struct:dso_transport
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026