HomeSort by: relevance | last modified time | path
    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