Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching full:reply_port

398 CommunicationKDP::SendRequestConnect (uint16_t reply_port, 
412 request_packet.PutHex16 (reply_port);
432 CommunicationKDP::SendRequestReattach (uint16_t reply_port)
441 request_packet.PutHex16(reply_port);
1038 const uint16_t reply_port = packet.GetU16 (&offset);
1040 s.Printf(" (reply_port = %u, exc_port = %u, greeting = \"%s\")", reply_port, exc_port, packet.GetCStr(&offset));
1217 const uint16_t reply_port = packet.GetU16 (&offset);
1218 s.Printf(" (reply_port = %u)", reply_port);