Home
last modified time | relevance | path

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

12345678910

/openbsd-src/usr.sbin/nsd/
H A 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 …]
H A 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()
H A 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/
H A Dradius.c81 radius_ensure_add_capacity(RADIUS_PACKET * packet, size_t capacity) in radius_ensure_add_capacity() argument
108 RADIUS_PACKET *packet; in radius_new_request_packet() local
132 RADIUS_PACKET *packet; radius_new_response_packet() local
146 RADIUS_PACKET *packet; radius_convert_packet() local
167 radius_delete_packet(RADIUS_PACKET * packet) radius_delete_packet() argument
175 radius_get_code(const RADIUS_PACKET * packet) radius_get_code() argument
181 radius_get_id(const RADIUS_PACKET * packet) radius_get_id() argument
187 radius_update_id(RADIUS_PACKET * packet) radius_update_id() argument
193 radius_set_id(RADIUS_PACKET * packet,uint8_t id) radius_set_id() argument
199 radius_get_authenticator(const RADIUS_PACKET * packet,void * authenticator) radius_get_authenticator() argument
205 radius_get_authenticator_retval(const RADIUS_PACKET * packet) radius_get_authenticator_retval() argument
211 radius_get_request_authenticator_retval(const RADIUS_PACKET * packet) radius_get_request_authenticator_retval() argument
220 radius_set_request_packet(RADIUS_PACKET * packet,const RADIUS_PACKET * request) radius_set_request_packet() argument
227 radius_get_request_packet(const RADIUS_PACKET * packet) radius_get_request_packet() argument
234 radius_calc_authenticator(uint8_t * authenticator_dst,const RADIUS_PACKET * packet,const uint8_t * authenticator_src,const char * secret) radius_calc_authenticator() argument
251 radius_calc_response_authenticator(uint8_t * authenticator_dst,const RADIUS_PACKET * packet,const char * secret) radius_calc_response_authenticator() argument
258 radius_check_response_authenticator(const RADIUS_PACKET * packet,const char * secret) radius_check_response_authenticator() argument
268 radius_set_response_authenticator(RADIUS_PACKET * packet,const char * secret) radius_set_response_authenticator() argument
277 radius_calc_accounting_request_authenticator(uint8_t * authenticator_dst,const RADIUS_PACKET * packet,const char * secret) radius_calc_accounting_request_authenticator() argument
287 radius_set_accounting_request_authenticator(RADIUS_PACKET * packet,const char * secret) radius_set_accounting_request_authenticator() argument
295 radius_check_accounting_request_authenticator(const RADIUS_PACKET * packet,const char * secret) radius_check_accounting_request_authenticator() argument
307 radius_get_length(const RADIUS_PACKET * packet) radius_get_length() argument
314 radius_get_data(const RADIUS_PACKET * packet) radius_get_data() argument
333 radius_sendto(int s,const RADIUS_PACKET * packet,int flags,const struct sockaddr * sa,socklen_t slen) radius_sendto() argument
360 radius_send(int s,const RADIUS_PACKET * packet,int flags) radius_send() argument
395 radius_sendmsg(int s,const RADIUS_PACKET * packet,const struct msghdr * msg,int flags) radius_sendmsg() argument
[all...]
H A Dradius_attr.c86 radius_get_raw_attr_ptr(const RADIUS_PACKET * packet, uint8_t type, in radius_get_raw_attr_ptr() argument
99 radius_get_vs_raw_attr_ptr(const RADIUS_PACKET * packet, uint32_t vendor, in radius_get_vs_raw_attr_ptr() argument
112 radius_get_raw_attr(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr() argument
125 radius_get_vs_raw_attr(const RADIUS_PACKET * packet, uint32_t vendor, in radius_get_vs_raw_attr() argument
138 radius_get_raw_attr_cat(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr_cat() argument
160 radius_get_vs_raw_attr_cat(const RADIUS_PACKET * packet, uint32_ argument
182 radius_put_raw_attr(RADIUS_PACKET * packet,uint8_t type,const void * buf,size_t length) radius_put_raw_attr() argument
203 radius_put_vs_raw_attr(RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype,const void * buf,size_t length) radius_put_vs_raw_attr() argument
229 radius_put_raw_attr_cat(RADIUS_PACKET * packet,uint8_t type,const void * buf,size_t length) radius_put_raw_attr_cat() argument
249 radius_put_vs_raw_attr_cat(RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype,const void * buf,size_t length) radius_put_vs_raw_attr_cat() argument
269 radius_set_raw_attr(RADIUS_PACKET * packet,uint8_t type,const void * buf,size_t length) radius_set_raw_attr() argument
283 radius_set_vs_raw_attr(RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype,const void * buf,size_t length) radius_set_vs_raw_attr() argument
297 radius_del_attr_all(RADIUS_PACKET * packet,uint8_t type) radius_del_attr_all() argument
312 radius_del_vs_attr_all(RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype) radius_del_vs_attr_all() argument
327 radius_has_attr(const RADIUS_PACKET * packet,uint8_t type) radius_has_attr() argument
337 radius_has_vs_attr(const RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype) radius_has_vs_attr() argument
347 radius_get_string_attr(const RADIUS_PACKET * packet,uint8_t type,char * str,size_t len) radius_get_string_attr() argument
366 radius_get_vs_string_attr(const RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype,char * str,size_t len) radius_get_vs_string_attr() argument
387 radius_put_string_attr(RADIUS_PACKET * packet,uint8_t type,const char * str) radius_put_string_attr() argument
393 radius_put_vs_string_attr(RADIUS_PACKET * packet,uint32_t vendor,uint8_t vtype,const char * str) radius_put_vs_string_attr() argument
[all...]
H A Dradius_msgauth.c45 radius_calc_message_authenticator(RADIUS_PACKET * packet, const char *secret, in radius_calc_message_authenticator() argument
106 radius_put_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_put_message_authenticator() argument
123 radius_set_message_authenticator(RADIUS_PACKET * packet,const char * secret) radius_set_message_authenticator() argument
135 radius_check_message_authenticator(RADIUS_PACKET * packet,const char * secret) radius_check_message_authenticator() argument
[all...]
H A 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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A 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 …]
H A 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/
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A 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 …]
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_packet_manager_v9.c35 struct pm4_mes_map_process *packet; in pm_map_process_v9() local
89 struct pm4_mes_map_process_aldebaran *packet; in pm_map_process_aldebaran() local
143 struct pm4_mes_runlist *packet; in pm_runlist_v9() local
181 struct pm4_mes_set_resources *packet; in pm_set_resources_v9() local
214 struct pm4_mes_map_queues *packet; in pm_map_queues_v9() local
293 struct pm4_mec_write_data_mmio *packet; in pm_set_grace_period_v9() local
328 struct pm4_mes_unmap_queues *packet; in pm_unmap_queues_v9() local
378 struct pm4_mes_query_status *packet; in pm_query_status_v9() local
H A 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
/openbsd-src/usr.sbin/dhcpd/
H A 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()
H A 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/gnu/usr.bin/binutils/gdb/rdi-share/
H A 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 …]
H A 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 …]
H A 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/
H A 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/
H A 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/
H A Ddemand.c68 struct packet { struct
70 struct packet *next; argument
74 struct packet *pend_q; argument
[all...]
/openbsd-src/regress/sys/net/pf_fragment/
H A Dfrag6.py12 packet = None variable in Sniff1
23 packet=IPv6(src=SRC_OUT6, dst=dstaddr)/ICMPv6EchoRequest(id=eid, data=payload) variable

12345678910