Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 25 of 218) sorted by relevance

123456789

/openbsd/src/usr.sbin/nsd/
Dpacket.h52 #define RD(packet) (*buffer_at((packet), 2) & RD_MASK) argument
53 #define RD_SET(packet) (*buffer_at((packet), 2) |= RD_MASK) argument
54 #define RD_CLR(packet) (*buffer_at((packet), 2) &= ~RD_MASK) argument
58 #define TC(packet) (*buffer_at((packet), 2) & TC_MASK) argument
59 #define TC_SET(packet) (*buffer_at((packet), 2) |= TC_MASK) argument
60 #define TC_CLR(packet) (*buffer_at((packet), 2) &= ~TC_MASK) argument
64 #define AA(packet) (*buffer_at((packet), 2) & AA_MASK) argument
65 #define AA_SET(packet) (*buffer_at((packet), 2) |= AA_MASK) argument
66 #define AA_CLR(packet) (*buffer_at((packet), 2) &= ~AA_MASK) argument
70 #define OPCODE(packet) ((*buffer_at((packet), 2) & OPCODE_MASK) >> OPCODE_SHIFT) argument
[all …]
Dpacket.c215 packet_skip_dname(buffer_type *packet) in packet_skip_dname()
239 packet_skip_rr(buffer_type *packet, int question_section) in packet_skip_rr()
264 buffer_type *packet, int question_section) in packet_read_rr()
308 int packet_read_query_section(buffer_type *packet, in packet_read_query_section()
347 int packet_find_notify_serial(buffer_type *packet, uint32_t* serial) in packet_find_notify_serial()
Dxfrd-notify.c155 reply_pkt_is_ack(struct notify_zone* zone, buffer_type* packet, int index) in reply_pkt_is_ack()
251 xfrd_handle_notify_reply(struct notify_zone* zone, buffer_type* packet, in xfrd_handle_notify_reply()
277 buffer_type* packet = xfrd_get_temp_buffer(); in xfrd_notify_send_udp() local
417 buffer_type* packet = xfrd_get_temp_buffer(); in xfrd_handle_notify_send() local
/openbsd/src/lib/libradius/
Dradius.c81 radius_ensure_add_capacity(RADIUS_PACKET * packet, size_t capacity) in radius_ensure_add_capacity()
108 RADIUS_PACKET *packet; in radius_new_request_packet() local
132 RADIUS_PACKET *packet; in radius_new_response_packet() local
146 RADIUS_PACKET *packet; in radius_convert_packet() local
167 radius_delete_packet(RADIUS_PACKET * packet) in radius_delete_packet()
175 radius_get_code(const RADIUS_PACKET * packet) in radius_get_code()
181 radius_get_id(const RADIUS_PACKET * packet) in radius_get_id()
187 radius_update_id(RADIUS_PACKET * packet) in radius_update_id()
193 radius_set_id(RADIUS_PACKET * packet, uint8_t id) in radius_set_id()
199 radius_get_authenticator(const RADIUS_PACKET * packet, void *authenticator) in radius_get_authenticator()
[all …]
Dradius_attr.c86 radius_get_raw_attr_ptr(const RADIUS_PACKET * packet, uint8_t type, in radius_get_raw_attr_ptr()
99 radius_get_vs_raw_attr_ptr(const RADIUS_PACKET * packet, uint32_t vendor, in radius_get_vs_raw_attr_ptr()
112 radius_get_raw_attr(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr()
125 radius_get_vs_raw_attr(const RADIUS_PACKET * packet, uint32_t vendor, in radius_get_vs_raw_attr()
138 radius_get_raw_attr_cat(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr_cat()
160 radius_get_vs_raw_attr_cat(const RADIUS_PACKET * packet, uint32_t vendor, in radius_get_vs_raw_attr_cat()
182 radius_put_raw_attr(RADIUS_PACKET * packet, uint8_t type, const void *buf, in radius_put_raw_attr()
203 radius_unshift_raw_attr(RADIUS_PACKET * packet, uint8_t type, const void *buf, in radius_unshift_raw_attr()
228 radius_put_vs_raw_attr(RADIUS_PACKET * packet, uint32_t vendor, uint8_t vtype, in radius_put_vs_raw_attr()
254 radius_put_raw_attr_cat(RADIUS_PACKET * packet, uint8_t type, const void *buf, in radius_put_raw_attr_cat()
[all …]
Dradius_mppe.c126 radius_get_mppe_key_attr(const RADIUS_PACKET * packet, uint8_t vtype, in radius_get_mppe_key_attr()
142 radius_put_mppe_key_attr(RADIUS_PACKET * packet, uint8_t vtype, in radius_put_mppe_key_attr()
159 radius_get_mppe_send_key_attr(const RADIUS_PACKET * packet, void *buf, in radius_get_mppe_send_key_attr()
167 radius_put_mppe_send_key_attr(RADIUS_PACKET * packet, const void *buf, in radius_put_mppe_send_key_attr()
175 radius_get_mppe_recv_key_attr(const RADIUS_PACKET * packet, void *buf, in radius_get_mppe_recv_key_attr()
183 radius_put_mppe_recv_key_attr(RADIUS_PACKET * packet, const void *buf, in radius_put_mppe_recv_key_attr()
Dradius_msgauth.c45 radius_calc_message_authenticator(RADIUS_PACKET * packet, const char *secret, in radius_calc_message_authenticator()
106 radius_put_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_put_message_authenticator()
123 radius_set_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_set_message_authenticator()
135 radius_check_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_check_message_authenticator()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DTraceGDBRemotePackets.cpp17 bool fromJSON(const json::Value &value, TraceSupportedResponse &packet, in fromJSON()
24 json::Value toJSON(const TraceSupportedResponse &packet) { in toJSON()
34 bool fromJSON(const json::Value &value, TraceStartRequest &packet, Path path) { in fromJSON()
39 json::Value toJSON(const TraceStartRequest &packet) { in toJSON()
56 bool fromJSON(const json::Value &value, TraceStopRequest &packet, Path path) { in fromJSON()
61 json::Value toJSON(const TraceStopRequest &packet) { in toJSON()
68 bool fromJSON(const json::Value &value, TraceGetStateRequest &packet, in fromJSON()
74 json::Value toJSON(const TraceGetStateRequest &packet) { in toJSON()
78 bool fromJSON(const json::Value &value, TraceBinaryData &packet, Path path) { in fromJSON()
83 json::Value toJSON(const TraceBinaryData &packet) { in toJSON()
[all …]
DTraceIntelPTGDBRemotePackets.cpp45 bool fromJSON(const json::Value &value, TraceIntelPTStartRequest &packet, in fromJSON()
63 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON()
89 json::Value toJSON(const LinuxPerfZeroTscConversion &packet) { in toJSON()
97 bool fromJSON(const json::Value &value, LinuxPerfZeroTscConversion &packet, in fromJSON()
109 bool fromJSON(const json::Value &value, TraceIntelPTGetStateResponse &packet, in fromJSON()
117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp179 StringExtractorGDBRemote &packet) { in Handle_qHostInfo()
315 StringExtractorGDBRemote &packet) { in Handle_qProcessInfoPID()
332 StringExtractorGDBRemote &packet) { in Handle_qfProcessInfo()
415 StringExtractorGDBRemote &packet) { in Handle_qsProcessInfo()
427 StringExtractorGDBRemote &packet) { in Handle_qUserName()
450 StringExtractorGDBRemote &packet) { in Handle_qGroupName()
469 StringExtractorGDBRemote &packet) { in Handle_qSpeedTest()
501 StringExtractorGDBRemote &packet) { in Handle_vFile_Open()
550 StringExtractorGDBRemote &packet) { in Handle_vFile_Close()
573 StringExtractorGDBRemote &packet) { in Handle_vFile_pRead()
[all …]
DGDBRemoteCommunicationServerLLGS.cpp230 bool &interrupt, bool &quit) { in RegisterPacketHandlers()
1284 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceSupported()
1296 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStop()
1316 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStart()
1337 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetState()
1355 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetBinaryData()
1380 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo()
1401 GDBRemoteCommunicationServerLLGS::Handle_qC(StringExtractorGDBRemote &packet) { in Handle_qC()
1425 GDBRemoteCommunicationServerLLGS::Handle_k(StringExtractorGDBRemote &packet) { in Handle_k()
1454 StringExtractorGDBRemote &packet) { in Handle_vKill()
[all …]
DGDBRemoteCommunicationServerPlatform.cpp149 bool &interrupt, bool &quit) { in GDBRemoteCommunicationServerPlatform()
227 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer()
288 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer()
313 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess()
391 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo()
409 StringExtractorGDBRemote &packet) { in Handle_qPathComplete()
441 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir()
454 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir()
466 StringExtractorGDBRemote &packet) { in Handle_qC()
493 StringExtractorGDBRemote &packet) { in Handle_jSignalsInfo()
DGDBRemoteCommunicationServer.cpp46 StringExtractorGDBRemote packet; in GetPacketAndSendResponse()
98 char packet[16]; in SendErrorResponse() local
107 lldb_private::StreamString packet; in SendErrorResponse() local
132 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable()
DGDBRemoteCommunicationClient.cpp354 StreamString packet; in GetRemoteQSupported() local
640 StreamString packet; in ReadMemoryTags() local
685 StreamString packet; in WriteMemoryTags() local
703 char packet[256]; in GetxPacketSupported() local
769 StreamString packet; in LaunchProcess() local
795 StreamString packet; in LaunchProcess() local
863 StreamString packet; in SendEnvironmentPacket() local
882 StreamString packet; in SendEnvironmentPacket() local
906 StreamString packet; in SendLaunchArchPacket() local
924 StreamString packet; in SendLaunchEventDataPacket() local
[all …]
DGDBRemoteCommunication.cpp115 StreamString packet(0, 4, eByteOrderBig); in SendPacketNoLock() local
134 StreamString packet(0, 4, eByteOrderBig); in SendNotificationPacketNoLock() local
149 GDBRemoteCommunication::SendRawPacketNoLock(llvm::StringRef packet, in SendRawPacketNoLock()
211 StringExtractorGDBRemote packet; in GetAck() local
242 GDBRemoteCommunication::WaitForPacketNoLock(StringExtractorGDBRemote &packet, in WaitForPacketNoLock()
619 StringExtractorGDBRemote &packet) { in CheckForPacket()
1297 std::string GDBRemoteCommunication::ExpandRLE(std::string packet) { in ExpandRLE()
/openbsd/src/usr.sbin/dhcpd/
Ddhcp.c66 dhcp(struct packet *packet, int is_udpsock) in dhcp()
104 dhcpdiscover(struct packet *packet) in dhcpdiscover()
206 dhcprequest(struct packet *packet) in dhcprequest()
383 dhcprelease(struct packet *packet) in dhcprelease()
486 dhcpdecline(struct packet *packet) in dhcpdecline()
519 dhcpinform(struct packet *packet) in dhcpinform()
575 nak_lease(struct packet *packet, struct iaddr *cip) in nak_lease()
704 ack_lease(struct packet *packet, struct lease *lease, unsigned int offer, in ack_lease()
1466 find_lease(struct packet *packet, struct shared_network *share, in find_lease()
1772 mockup_lease(struct packet *packet, struct shared_network *share, in mockup_lease()
Ddhcpd.h77 struct packet { struct
78 struct dhcp_packet *raw; argument
79 int packet_length; argument
80 int packet_type; argument
84 struct interface_info *interface; /* Interface on which packet argument
86 struct hardware *haddr; /* Physical link address
88 struct shared_network *shared_network;
89 struct option_data options[256];
90 int got_requested_address; /* True if client sent the
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_packet_manager_vi.c45 struct pm4_mes_map_process *packet; in pm_map_process_vi() local
78 struct pm4_mes_runlist *packet; in pm_runlist_vi() local
117 struct pm4_mes_set_resources *packet; in pm_set_resources_vi() local
145 struct pm4_mes_map_queues *packet; in pm_map_queues_vi() local
204 struct pm4_mes_unmap_queues *packet; in pm_unmap_queues_vi() local
249 struct pm4_mes_query_status *packet; in pm_query_status_vi() local
273 struct pm4_mec_release_mem *packet; in pm_release_mem_vi() local
Dkfd_packet_manager_v9.c35 struct pm4_mes_map_process *packet; in pm_map_process_v9() local
92 struct pm4_mes_map_process_aldebaran *packet; in pm_map_process_aldebaran() local
150 struct pm4_mes_runlist *packet; in pm_runlist_v9() local
193 struct pm4_mes_set_resources *packet; in pm_set_resources_v9() local
227 struct pm4_mes_map_queues *packet; in pm_map_queues_v9() local
304 struct pm4_mec_write_data_mmio *packet; in pm_set_grace_period_v9() local
339 struct pm4_mes_unmap_queues *packet; in pm_unmap_queues_v9() local
389 struct pm4_mes_query_status *packet; in pm_query_status_v9() local
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dhostchan.c135 static void DummyCallback(Packet *packet, void *state) in DummyCallback()
165 static void BlockingCallback(Packet *packet, void *state) in BlockingCallback()
188 static void FireCallback(Packet *packet) in FireCallback()
393 AdpErrs Adp_ChannelRead(const ChannelID chan, Packet **packet) in Adp_ChannelRead()
442 const ChannelID chan, Packet *packet, AsyncMode mode) in ChannelWrite()
476 AdpErrs Adp_ChannelWrite(const ChannelID chan, Packet *packet) { in Adp_ChannelWrite()
480 AdpErrs Adp_ChannelWriteAsync(const ChannelID chan, Packet *packet) { in Adp_ChannelWriteAsync()
489 Packet * packet; in send_resend_msg() local
571 Packet *packet; in pacemaker() local
587 static AdpErrs fake_bad_line_rx( const Packet *const packet, AdpErrs adp_err ) in fake_bad_line_rx()
[all …]
Dardi.c100 Packet *packet; member
105 static void receive_debug_packet(Packet *packet, void *stateptr) in receive_debug_packet()
128 int *status, Packet **packet) in wait_for_debug_message()
177 static void TargetLogCallback( Packet *packet, void *state ) in TargetLogCallback()
215 static void receive_negotiate(Packet *packet, void *stateptr) in receive_negotiate()
316 Packet *packet; in negotiate_params() local
433 static void receive_reset_acknowledge(Packet *packet, void *stateptr) { in receive_reset_acknowledge()
470 static void receive_booted(Packet *packet, void *stateptr) { in receive_booted()
515 Packet *packet; in angel_RDI_open() local
671 Packet *packet = NULL;; in angel_RDI_close() local
[all …]
Ddevsw.c289 static void initialise_write(DriverCall *dc, Packet *packet, DevChanID type) in initialise_write()
316 Packet *packet = ds->ds_nextreadpacket; in enqueue_packet() local
477 Packet **packet, bool block) in DevSW_Read()
566 AdpErrs DevSW_Write(const DeviceDescr *device, Packet *packet, DevChanID type) in DevSW_Write()
/openbsd/src/usr.sbin/eigrpd/
Deigrpe.h33 struct packet { struct
35 struct nbr *nbr;
36 uint32_t seq_num;
37 struct pbuf *pbuf;
38 struct event ev_timeout;
39 int attempts;
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dgdbclientutils.py95 def respond(self, packet): argument
213 def qfProcessInfo(self, packet): argument
216 def jGetLoadedDynamicLibrariesInfos(self, packet): argument
240 def vCont(self, packet): argument
243 def A(self, packet): argument
246 def D(self, packet): argument
301 def setBreakpoint(self, packet): argument
307 def other(self, packet): argument
323 def vFile(self, packet): argument
326 def vRun(self, packet): argument
[all …]
/openbsd/src/usr.sbin/pppd/
Ddemand.c68 struct packet { struct
70 struct packet *next; argument
74 struct packet *pend_q; argument

123456789