Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp38 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler() argument
40 m_packet_handlers[packet_type] = std::move(handler); in RegisterPacketHandler()
50 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse() local
52 switch (packet_type) { in GetPacketAndSendResponse()
67 auto handler_it = m_packet_handlers.find(packet_type); in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationServerCommon.h118 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterMemberFunctionHandler() argument
120 RegisterPacketHandler(packet_type, in RegisterMemberFunctionHandler()
H A DGDBRemoteCommunicationServer.h39 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type,
/freebsd/crypto/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py125 packet_type = header.get('packet_type')
126 if packet_type not in packet_types:
131 if packet_type != '1RTT' and type(header.get('scid')) != str:
137 if packet_types[packet_type]:
/freebsd/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_indexer_pkt_i.h72 virtual void TracePktIndex(const ocsd_trc_index_t index_sop, const Pt *packet_type) = 0;
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h175 void indexPacket(const ocsd_trc_index_t index_sop, const Pt *packet_type);
374 …oid TrcPktProcBase<P, Pt, Pc>::indexPacket(const ocsd_trc_index_t index_sop, const Pt *packet_type) in indexPacket() argument
378 m_pkt_indexer_i.first()->TracePktIndex(index_sop,packet_type); in indexPacket()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_trace.c19 static const char *packet_type(int type) in packet_type() function
599 BIO_printf(bio, " Packet Type: %s\n", packet_type(hdr.type)); in ossl_quic_trace()
/freebsd/sys/dev/gve/
H A Dgve_dqo.h287 uint16_t packet_type:10; member
H A Dgve_rx_dqo.c562 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()
/freebsd/sbin/dhclient/
H A Doptions.c891 tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0]; in do_packet()
892 if (tp.packet_type) in do_packet()
H A Ddhcpd.h108 int packet_type; member
H A Ddhclient.c997 switch (packet->packet_type) { in dhcp()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md82 - `QUIC_PN_SPACE_INITIAL` when `packet->packet_type == pkt_initial`
83 - `QUIC_PN_SPACE_HANDSHAKE` when `packet->packet_type == pkt_handshake`
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h30 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
H A Dwpa_auth_ft.c3800 frame->packet_type = FT_PACKET_REQUEST; in wpa_ft_action_rx()
3891 frame->packet_type = FT_PACKET_RESPONSE; in wpa_ft_send_rrb_auth_resp()
4758 frame->frame_type, frame->packet_type, alen, in wpa_ft_rrb_rx()
4801 if (frame->packet_type == FT_PACKET_REQUEST) { in wpa_ft_rrb_rx()
4820 } else if (frame->packet_type == FT_PACKET_RESPONSE) { in wpa_ft_rrb_rx()
4837 "packet_type %d", frame->packet_type); in wpa_ft_rrb_rx()