Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/netif/re/
H A Dif_re.c1107 uint8_t packet_type = 0; in re_packet_type() local
1111 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() local
1239 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 …]
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth.h29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
H A Dwpa_auth_ft.c3389 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()
/dflybsd-src/sys/netbt/
H A Dhci.h1612 uint8_t packet_type; member