Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/usr.sbin/dhcpd/
H A Ddhcp.c68 if (!locate_network(packet) && packet->packet_type != DHCPREQUEST) in dhcp()
71 if (is_udpsock && packet->packet_type != DHCPINFORM) { in dhcp()
73 "socket", packet->packet_type); in dhcp()
77 switch (packet->packet_type) { in dhcp()
1532 if (packet->packet_type == DHCPREQUEST && fixed_lease && in find_lease()
1552 if (packet->packet_type) in find_lease()
1626 if (packet->packet_type == DHCPREQUEST && fixed_lease) { in find_lease()
1647 if (packet->packet_type == DHCPREQUEST && fixed_lease && ip_lease) in find_lease()
1677 if (packet->packet_type == DHCPREQUEST) in find_lease()
1682 if (packet->packet_type == DHCPREQUEST) in find_lease()
[all …]
H A Doptions.c552 tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0]; in do_packet()
554 if (tp.packet_type) in do_packet()
H A Ddhcpd.h80 int packet_type; member
/openbsd-src/sys/dev/pci/drm/amd/display/modules/freesync/
H A Dfreesync.c930 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, in build_vrr_infopacket_sdp_v1_3() argument
935 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 : in build_vrr_infopacket_sdp_v1_3()
936 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 : in build_vrr_infopacket_sdp_v1_3()
951 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument
964 switch (packet_type) { in mod_freesync_build_vrr_infopacket()
979 packet_type != PACKET_TYPE_VRR && in mod_freesync_build_vrr_infopacket()
980 packet_type != PACKET_TYPE_VTEM) in mod_freesync_build_vrr_infopacket()
981 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket); in mod_freesync_build_vrr_infopacket()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py87 def packet_type_is(packet, packet_type): argument
88 return 'type' in packet and packet['type'] == packet_type
201 packet_type = packet['type']
202 if packet_type == 'event':
249 elif packet_type == 'response':
287 packet_type = curr_packet['type']
288 if filter_type is None or packet_type in filter_type:
290 (packet_type == 'event' and
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp493 const auto packet_type = GetString(object, "type"); in HandleObject() local
494 if (packet_type == "request") { in HandleObject()
515 const auto packet_type = GetString(response, "type"); in SendReverseRequest() local
516 if (packet_type == "response") in SendReverseRequest()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py53 def _is_packet_lldb_gdbserver_input(packet_type, llgs_input_is_read): argument
68 if packet_type == 'read':
72 elif packet_type == 'send':
78 raise "Unknown packet type: {}".format(packet_type)
/openbsd-src/sys/dev/pci/drm/amd/display/modules/inc/
H A Dmod_freesync.h163 enum vrr_packet_type packet_type,
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7881 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; in update_freesync_state_on_stream()
7923 packet_type = PACKET_TYPE_FS_V1; in update_freesync_state_on_stream()
7925 packet_type = PACKET_TYPE_FS_V2; in update_stream_irq_parameters()
7927 packet_type = PACKET_TYPE_FS_V3; in update_stream_irq_parameters()
7937 packet_type, in update_stream_irq_parameters()
7844 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; update_freesync_state_on_stream() local