Searched refs:packet_type (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServer.cpp | 38 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 D | GDBRemoteCommunicationServerCommon.h | 118 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterMemberFunctionHandler() argument 120 RegisterPacketHandler(packet_type, in RegisterMemberFunctionHandler()
|
H A D | GDBRemoteCommunicationServer.h | 39 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type,
|
/freebsd/crypto/openssl/test/recipes/70-test_quic_multistream_data/ |
H A D | verify-qlog.py | 125 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 D | trc_indexer_pkt_i.h | 72 virtual void TracePktIndex(const ocsd_trc_index_t index_sop, const Pt *packet_type) = 0;
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_pkt_proc_base.h | 175 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 D | quic_trace.c | 19 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 D | gve_dqo.h | 287 uint16_t packet_type:10; member
|
H A D | gve_rx_dqo.c | 562 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()
|
/freebsd/sbin/dhclient/ |
H A D | options.c | 891 tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0]; in do_packet() 892 if (tp.packet_type) in do_packet()
|
H A D | dhcpd.h | 108 int packet_type; member
|
H A D | dhclient.c | 997 switch (packet->packet_type) { in dhcp()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | rx-depacketizer.md | 82 - `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 D | wpa_auth.h | 30 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
|
H A D | wpa_auth_ft.c | 3800 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()
|