Searched refs:packet_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp37 StringExtractorGDBRemote::ServerPacketType packet_type,
39 m_packet_handlers[packet_type] = std::move(handler);
49 const StringExtractorGDBRemote::ServerPacketType packet_type = local
51 switch (packet_type) {
66 auto handler_it = m_packet_handlers.find(packet_type);
36 RegisterPacketHandler( StringExtractorGDBRemote::ServerPacketType packet_type, PacketHandler handler) argument
H A DGDBRemoteCommunicationServer.h41 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type,
H A DGDBRemoteCommunicationServerCommon.h124 StringExtractorGDBRemote::ServerPacketType packet_type,
126 RegisterPacketHandler(packet_type,
123 RegisterMemberFunctionHandler( StringExtractorGDBRemote::ServerPacketType packet_type, PacketResult (T::*handler)(StringExtractorGDBRemote &packet)) argument
/freebsd-11-stable/sbin/dhclient/
H A Ddhcpd.h105 int packet_type; member in struct:packet
H A Ddhclient.c950 switch (packet->packet_type) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
H A Dwpa_auth_ft.c3389 frame->packet_type = FT_PACKET_REQUEST;
3480 frame->packet_type = FT_PACKET_RESPONSE;
4339 wpa_printf(MSG_DEBUG, "FT: RRB frame - frame_type=%d packet_type=%d "
4341 frame->frame_type, frame->packet_type, alen,
4384 if (frame->packet_type == FT_PACKET_REQUEST) {
4403 } else if (frame->packet_type == FT_PACKET_RESPONSE) {
4421 "packet_type %d", frame->packet_type);

Completed in 100 milliseconds