Searched refs:msgType (Results 1 – 7 of 7) sorted by relevance
192 bool TestDriver::pollBuffer (ByteBuffer& messageBuffer, MessageType msgType) in pollBuffer() argument204 numRead = msgType == MESSAGETYPE_PROCESS_LOG_DATA in pollBuffer()217 Message::writeHeader(msgType, msgSize, &m_dataMsgTmpBuf[0], MESSAGE_HEADER_SIZE); in pollBuffer()222 …DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")… in pollBuffer()
63 bool pollBuffer (ByteBuffer& messageBuffer, MessageType msgType);
94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf) in MessageWriter() argument101 put<int>(msgType); in MessageWriter()
774 UMessagePatternPartType msgType=getType(); in getArgType() local775 if(msgType ==UMSGPAT_PART_TYPE_ARG_START || msgType ==UMSGPAT_PART_TYPE_ARG_LIMIT) { in getArgType()
1448 uint8_t msgType; in dhcp_main() local1458 msgType = dhcpc_parsemsg(&result); in dhcp_main()1459 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore in dhcp_main()1460 …if (!msgType || !get_option_serverid(state->pdhcp.options, &result)) continue; //no server id igno… in dhcp_main()1461 if (msgType == DHCPOFFER && server == 0) server = result.serverid.s_addr; // select the server in dhcp_main()1468 if (msgType == DHCPOFFER) { in dhcp_main()1480 if (msgType == DHCPACK) { in dhcp_main()1500 } else if (msgType == DHCPNAK) { in dhcp_main()
60 - (NSArray *)createMessagesWithType:(Class)msgType {63 [array addObject:[msgType message]];
1117 msgType := data[0]1118 if c.config.Bugs.SendWrongMessageType != 0 && msgType == c.config.Bugs.SendWrongMessageType {1119 msgType += 421120 } else if msgType == typeServerHello && c.config.Bugs.SendServerHelloAsHelloRetryRequest {1121 msgType = typeHelloRetryRequest1123 if msgType != data[0] {1126 newData[0] = msgType1130 …if c.config.Bugs.SendTrailingMessageData != 0 && msgType == c.config.Bugs.SendTrailingMessageData {