Searched refs:packet_type (Results 1 – 4 of 4) sorted by relevance
1107 uint8_t packet_type = 0; in re_packet_type() local1111 packet_type |= RE_IP4_PACKET; in re_packet_type()1114 packet_type |= RE_IP4_PACKET; in re_packet_type()1117 packet_type |= RE_TCP_PACKET; in re_packet_type()1119 packet_type |= RE_UDP_PACKET; in re_packet_type()1120 return packet_type; in re_packet_type()1237 uint8_t packet_type; in re_rxeof() local1239 packet_type = re_packet_type(sc, rxstat, rxctrl); in re_rxeof()1242 if (packet_type & RE_IP4_PACKET) { in re_rxeof()1249 if (((packet_type & RE_TCP_PACKET) && in re_rxeof()[all …]
29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
3389 frame->packet_type = FT_PACKET_REQUEST; in wpa_ft_action_rx()3480 frame->packet_type = FT_PACKET_RESPONSE; in wpa_ft_send_rrb_auth_resp()4341 frame->frame_type, frame->packet_type, alen, in wpa_ft_rrb_rx()4384 if (frame->packet_type == FT_PACKET_REQUEST) { in wpa_ft_rrb_rx()4403 } else if (frame->packet_type == FT_PACKET_RESPONSE) { in wpa_ft_rrb_rx()4421 "packet_type %d", frame->packet_type); in wpa_ft_rrb_rx()
1612 uint8_t packet_type; member