packet_type
BIO_printf(bio, " Packet Type: %s\n", packet_type(hdr.type));
uint8_t packet_type = (pos[0] & PACKETTYPE) >> PACKETTYPE_S;
if (packet_type == singlePacket) {
if (packet_type != startPacket)
(remaining == 1 && packet_type != endPacket) ||
(remaining > 1 && packet_type != continuePacket)) {
switch (packet->packet_type) {
int packet_type;
tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0];
if (tp.packet_type)
uint16_t packet_type:10;
ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type];