Home
last modified time | relevance | path

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

12345678910>>...279

/dports/net-mgmt/2ping/2ping-4.5.1/doc/
H A D2ping-protocol-examples.py16 packet = packets.Packet() variable
23 packet = packets.Packet() variable
27 packet = packets.Packet() variable
36 packet = packets.Packet() variable
40 packet = packets.Packet() variable
46 packet = packets.Packet() variable
57 packet = packets.Packet() variable
61 packet = packets.Packet() variable
69 packet = packets.Packet() variable
79 packet = packets.Packet() variable
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_entity.cxx18 void cse_motion::motion_read(xr_packet& packet) in motion_read()
23 void cse_motion::motion_write(xr_packet& packet) in motion_write()
56 void cse_shape::cform_merge(xr_packet& packet) in cform_merge()
71 void cse_shape::cform_read(xr_packet& packet) in cform_read()
89 void cse_shape::cform_write(xr_packet& packet) in cform_write()
118 void cse_ph_skeleton::state_write(xr_packet& packet) in state_write()
128 void cse_ph_skeleton::data_load(xr_packet& packet) {} in data_load()
129 void cse_ph_skeleton::data_save(xr_packet& packet) {} in data_save()
150 void cse_abstract::spawn_merge(xr_packet& packet) in spawn_merge()
203 void cse_abstract::spawn_read(xr_packet& packet) in spawn_read()
[all …]
H A Dxr_entity_script.cxx8 static void r_ctime(xr_packet& packet) in r_ctime()
14 static void w_ctime(xr_packet& packet, bool as_nil = false) in w_ctime()
21 static void r_object_collection(xr_packet& packet) in r_object_collection()
33 static void w_object_collection(xr_packet& packet) in w_object_collection()
166 void se_actor::state_write(xr_packet& packet) in state_write()
298 void se_monster::state_write(xr_packet& packet) in state_write()
378 void se_stalker::state_write(xr_packet& packet) in state_write()
426 void se_respawn::state_write(xr_packet& packet) in state_write()
613 void se_sim_faction::state_write(xr_packet& packet) in state_write()
648 void se_zone_anom::state_write(xr_packet& packet) in state_write()
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Dpacket.h58 #define TC(packet) (*buffer_at((packet), 2) & TC_MASK) argument
64 #define AA(packet) (*buffer_at((packet), 2) & AA_MASK) argument
71 #define OPCODE_SET(packet, opcode) \ argument
76 #define QR(packet) (*buffer_at((packet), 2) & QR_MASK) argument
84 #define RCODE_SET(packet, rcode) \ argument
89 #define CD(packet) (*buffer_at((packet), 3) & CD_MASK) argument
95 #define AD(packet) (*buffer_at((packet), 3) & AD_MASK) argument
101 #define Z(packet) (*buffer_at((packet), 3) & Z_MASK) argument
107 #define RA(packet) (*buffer_at((packet), 3) & RA_MASK) argument
112 #define ID(packet) (buffer_read_u16_at((packet), 0)) argument
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/contrib/inventory/
H A Dpacket_net.ini4 [packet] section
12 # By default, packet devices in all state are returned. Specify argument
22 # - ansible-packet.cache argument
37 # The packet inventory output can become very large. To manage its size, argument
39 group_by_device_id = True
40 group_by_hostname = True
41 group_by_facility = True
42 group_by_project = True
44 group_by_plan_type = True
45 group_by_tags = True
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/scripts/inventory/
H A Dpacket_net.ini4 [packet] section
12 # By default, packet devices in all state are returned. Specify argument
22 # - ansible-packet.cache argument
37 # The packet inventory output can become very large. To manage its size, argument
39 group_by_device_id = True
40 group_by_hostname = True
41 group_by_facility = True
42 group_by_project = True
44 group_by_plan_type = True
45 group_by_tags = True
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/ccding/go-stun/stun/
H A Dpacket.go24 type packet struct { struct
25 types uint16
26 length uint16
28 attributes []attribute
72 func (v *packet) addAttribute(a attribute) {
77 func (v *packet) bytes() []byte {
93 func (v *packet) getSourceAddr() *Host {
97 func (v *packet) getMappedAddr() *Host {
101 func (v *packet) getChangedAddr() *Host {
105 func (v *packet) getOtherAddr() *Host {
[all …]
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dpacket.c40 ldns_pkt_id(const ldns_pkt *packet) in ldns_pkt_id()
46 ldns_pkt_qr(const ldns_pkt *packet) in ldns_pkt_qr()
52 ldns_pkt_aa(const ldns_pkt *packet) in ldns_pkt_aa()
58 ldns_pkt_tc(const ldns_pkt *packet) in ldns_pkt_tc()
64 ldns_pkt_rd(const ldns_pkt *packet) in ldns_pkt_rd()
70 ldns_pkt_cd(const ldns_pkt *packet) in ldns_pkt_cd()
76 ldns_pkt_ra(const ldns_pkt *packet) in ldns_pkt_ra()
82 ldns_pkt_ad(const ldns_pkt *packet) in ldns_pkt_ad()
756 ldns_pkt *packet; in ldns_pkt_new() local
936 ldns_pkt *packet; in ldns_pkt_query_new_frm_str_internal() local
[all …]
/dports/dns/py-ldns/ldns-1.8.1/
H A Dpacket.c40 ldns_pkt_id(const ldns_pkt *packet) in ldns_pkt_id()
46 ldns_pkt_qr(const ldns_pkt *packet) in ldns_pkt_qr()
52 ldns_pkt_aa(const ldns_pkt *packet) in ldns_pkt_aa()
58 ldns_pkt_tc(const ldns_pkt *packet) in ldns_pkt_tc()
64 ldns_pkt_rd(const ldns_pkt *packet) in ldns_pkt_rd()
70 ldns_pkt_cd(const ldns_pkt *packet) in ldns_pkt_cd()
76 ldns_pkt_ra(const ldns_pkt *packet) in ldns_pkt_ra()
82 ldns_pkt_ad(const ldns_pkt *packet) in ldns_pkt_ad()
756 ldns_pkt *packet; in ldns_pkt_new() local
936 ldns_pkt *packet; in ldns_pkt_query_new_frm_str_internal() local
[all …]
/dports/dns/ldns/ldns-1.8.1/
H A Dpacket.c40 ldns_pkt_id(const ldns_pkt *packet) in ldns_pkt_id()
46 ldns_pkt_qr(const ldns_pkt *packet) in ldns_pkt_qr()
52 ldns_pkt_aa(const ldns_pkt *packet) in ldns_pkt_aa()
58 ldns_pkt_tc(const ldns_pkt *packet) in ldns_pkt_tc()
64 ldns_pkt_rd(const ldns_pkt *packet) in ldns_pkt_rd()
70 ldns_pkt_cd(const ldns_pkt *packet) in ldns_pkt_cd()
76 ldns_pkt_ra(const ldns_pkt *packet) in ldns_pkt_ra()
82 ldns_pkt_ad(const ldns_pkt *packet) in ldns_pkt_ad()
756 ldns_pkt *packet; in ldns_pkt_new() local
936 ldns_pkt *packet; in ldns_pkt_query_new_frm_str_internal() local
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacketvalidator.cpp155 NetPacketValidator::ValidateAnnounceMessage(const NetPacket &packet) in ValidateAnnounceMessage()
174 NetPacketValidator::ValidateInitMessage(const NetPacket &packet) in ValidateInitMessage()
233 NetPacketValidator::ValidateInitAckMessage(const NetPacket &packet) in ValidateInitAckMessage()
280 NetPacketValidator::ValidateAvatarDataMessage(const NetPacket &packet) in ValidateAvatarDataMessage()
295 NetPacketValidator::ValidateAvatarEndMessage(const NetPacket &packet) in ValidateAvatarEndMessage()
321 NetPacketValidator::ValidatePlayerListMessage(const NetPacket &packet) in ValidatePlayerListMessage()
699 NetPacketValidator::ValidateHandStartMessage(const NetPacket &packet) in ValidateHandStartMessage()
883 NetPacketValidator::ValidateEndOfGameMessage(const NetPacket &packet) in ValidateEndOfGameMessage()
1030 NetPacketValidator::ValidateChatMessage(const NetPacket &packet) in ValidateChatMessage()
1056 NetPacketValidator::ValidateDialogMessage(const NetPacket &packet) in ValidateDialogMessage()
[all …]
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dpackets.c131 struct aws_mqtt_packet_connect *packet, in aws_mqtt_packet_connect_init()
153 struct aws_mqtt_packet_connect *packet, in aws_mqtt_packet_connect_add_credentials()
189 struct aws_mqtt_packet_connect *packet, in aws_mqtt_packet_connect_add_will()
388 struct aws_mqtt_packet_connack *packet, in aws_mqtt_packet_connack_init()
468 struct aws_mqtt_packet_publish *packet, in aws_mqtt_packet_publish_init()
651 struct aws_mqtt_packet_subscribe *packet, in aws_mqtt_packet_subscribe_init()
682 struct aws_mqtt_packet_subscribe *packet, in aws_mqtt_packet_subscribe_add_topic()
802 struct aws_mqtt_packet_suback *packet, in aws_mqtt_packet_suback_init()
821 void aws_mqtt_packet_suback_clean_up(struct aws_mqtt_packet_suback *packet) { in aws_mqtt_packet_suback_clean_up()
947 struct aws_mqtt_packet_unsubscribe *packet, in aws_mqtt_packet_unsubscribe_init()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dpacket.c83 extern void packet_destroy(t_packet const * packet) in packet_destroy()
95 extern t_packet * packet_add_ref(t_packet * packet) in packet_add_ref()
108 extern void packet_del_ref(t_packet * packet) in packet_del_ref()
123 extern t_packet_class packet_get_class(t_packet const * packet) in packet_get_class()
162 extern char const * packet_get_class_str(t_packet const * packet) in packet_get_class_str()
233 extern unsigned int packet_get_type(t_packet const * packet) in packet_get_type()
790 extern int packet_set_type(t_packet * packet, unsigned int type) in packet_set_type()
903 extern unsigned int packet_get_size(t_packet const * packet) in packet_get_size()
959 extern int packet_set_size(t_packet * packet, unsigned int size) in packet_set_size()
1073 extern unsigned int packet_get_flags(t_packet const * packet) in packet_get_flags()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dbuffer.h54 #define QR(packet) (*buffer_at((packet), 2) & QR_MASK) argument
55 #define QR_SET(packet) (*buffer_at((packet), 2) |= QR_MASK) argument
61 #define OPCODE_SET(packet, opcode) \ argument
66 #define AA(packet) (*buffer_at((packet), 2) & AA_MASK) argument
67 #define AA_SET(packet) (*buffer_at((packet), 2) |= AA_MASK) argument
72 #define TC(packet) (*buffer_at((packet), 2) & TC_MASK) argument
78 #define RD(packet) (*buffer_at((packet), 2) & RD_MASK) argument
84 #define RA(packet) (*buffer_at((packet), 3) & RA_MASK) argument
90 #define AD(packet) (*buffer_at((packet), 3) & AD_MASK) argument
96 #define CD(packet) (*buffer_at((packet), 3) & CD_MASK) argument
[all …]
/dports/net/clash/clash-1.6.0/proxy/socks/
H A Dutils.go10 type packet struct { struct
11 pc net.PacketConn
12 rAddr net.Addr
13 payload []byte
14 bufRef []byte
17 func (c *packet) Data() []byte {
22 func (c *packet) WriteBack(b []byte, addr net.Addr) (n int, err error) {
31 func (c *packet) LocalAddr() net.Addr {
35 func (c *packet) Drop() {
/dports/net/sngrep/sngrep-1.4.9/src/
H A Dpacket.h68 struct packet { struct
73 //! Packet type as defined in capture_packet_type argument
74 enum packet_type type; argument
98 * One packet can contain multiple frames. This structure is designed to store argument
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dnet_packet.c28 net_packet_t *packet; in NET_NewPacket() local
50 net_packet_t *NET_PacketDup(net_packet_t *packet) in NET_PacketDup()
61 void NET_FreePacket(net_packet_t *packet) in NET_FreePacket()
73 boolean NET_ReadInt8(net_packet_t *packet, unsigned int *data) in NET_ReadInt8()
123 boolean NET_ReadSInt8(net_packet_t *packet, signed int *data) in NET_ReadSInt8()
177 char *NET_ReadString(net_packet_t *packet) in NET_ReadString()
209 char *NET_ReadSafeString(net_packet_t *packet) in NET_ReadSafeString()
239 static void NET_IncreasePacket(net_packet_t *packet) in NET_IncreasePacket()
259 void NET_WriteInt8(net_packet_t *packet, unsigned int i) in NET_WriteInt8()
270 void NET_WriteInt16(net_packet_t *packet, unsigned int i) in NET_WriteInt16()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dnet_packet.c28 net_packet_t *packet; in NET_NewPacket() local
50 net_packet_t *NET_PacketDup(net_packet_t *packet) in NET_PacketDup()
61 void NET_FreePacket(net_packet_t *packet) in NET_FreePacket()
73 boolean NET_ReadInt8(net_packet_t *packet, unsigned int *data) in NET_ReadInt8()
123 boolean NET_ReadSInt8(net_packet_t *packet, signed int *data) in NET_ReadSInt8()
177 char *NET_ReadString(net_packet_t *packet) in NET_ReadString()
209 char *NET_ReadSafeString(net_packet_t *packet) in NET_ReadSafeString()
239 static void NET_IncreasePacket(net_packet_t *packet) in NET_IncreasePacket()
259 void NET_WriteInt8(net_packet_t *packet, unsigned int i) in NET_WriteInt8()
270 void NET_WriteInt16(net_packet_t *packet, unsigned int i) in NET_WriteInt16()
[all …]
/dports/games/uqm/uqm-0.8.0/src/uqm/supermelee/netplay/
H A Dpacket.c80 Packet_delete(Packet *packet) { in Packet_delete()
126 Packet_Fleet *packet; in Packet_Fleet_create() local
147 Packet_TeamName *packet; in Packet_TeamName_create() local
166 Packet_Handshake0 *packet = in Packet_Handshake0_create() local
173 Packet_Handshake1 *packet = in Packet_Handshake1_create() local
196 Packet_SeedRandom *packet = in Packet_SeedRandom_create() local
205 Packet_InputDelay *packet = in Packet_InputDelay_create() local
214 Packet_SelectShip *packet = in Packet_SelectShip_create() local
223 Packet_BattleInput *packet = in Packet_BattleInput_create() local
233 Packet_FrameCount *packet = in Packet_FrameCount_create() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c75 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
98 struct intel_pt_pkt *packet) in intel_pt_get_pip()
119 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
129 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
153 struct intel_pt_pkt *packet) in intel_pt_get_psb()
176 struct intel_pt_pkt *packet) in intel_pt_get_tma()
194 struct intel_pt_pkt *packet) in intel_pt_get_mnt()
219 struct intel_pt_pkt *packet) in intel_pt_get_ptwrite()
284 struct intel_pt_pkt *packet) in intel_pt_get_bbp()
384 struct intel_pt_pkt *packet) in intel_pt_get_short_tnt()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c75 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
98 struct intel_pt_pkt *packet) in intel_pt_get_pip()
119 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
129 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
153 struct intel_pt_pkt *packet) in intel_pt_get_psb()
176 struct intel_pt_pkt *packet) in intel_pt_get_tma()
194 struct intel_pt_pkt *packet) in intel_pt_get_mnt()
219 struct intel_pt_pkt *packet) in intel_pt_get_ptwrite()
284 struct intel_pt_pkt *packet) in intel_pt_get_bbp()
384 struct intel_pt_pkt *packet) in intel_pt_get_short_tnt()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c75 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
98 struct intel_pt_pkt *packet) in intel_pt_get_pip()
119 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
129 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
153 struct intel_pt_pkt *packet) in intel_pt_get_psb()
176 struct intel_pt_pkt *packet) in intel_pt_get_tma()
194 struct intel_pt_pkt *packet) in intel_pt_get_mnt()
219 struct intel_pt_pkt *packet) in intel_pt_get_ptwrite()
284 struct intel_pt_pkt *packet) in intel_pt_get_bbp()
384 struct intel_pt_pkt *packet) in intel_pt_get_short_tnt()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dnetwork2john.lua31 function tap_radius.packet(pinfo,tvb,tapdata) function
66 function tap_radius.packet(pinfo,tvb,tapdata) function
112 function tap_eap.packet(pinfo,tvb,tapdata) function
163 function tap_snmp.packet(pinfo,tvb,tapdata) function
231 function tap_dhcpv6.packet(pinfo,tvb,tapdata) function
265 function tap_dhcpv4.packet(pinfo,tvb,tapdata) function
305 function tap_iscsi.packet(pinfo,tvb,tapdata) function
356 function tap_omapi.packet(pinfo,tvb,tapdata) function
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/packet/
H A Dwire.h337 static inline void knot_wire_set_rd(uint8_t *packet) in knot_wire_set_rd()
348 static inline void knot_wire_clear_rd(uint8_t *packet) in knot_wire_clear_rd()
372 static inline void knot_wire_set_tc(uint8_t *packet) in knot_wire_set_tc()
383 static inline void knot_wire_clear_tc(uint8_t *packet) in knot_wire_clear_tc()
407 static inline void knot_wire_set_aa(uint8_t *packet) in knot_wire_set_aa()
470 static inline void knot_wire_set_qr(uint8_t *packet) in knot_wire_set_qr()
532 static inline void knot_wire_set_cd(uint8_t *packet) in knot_wire_set_cd()
567 static inline void knot_wire_set_ad(uint8_t *packet) in knot_wire_set_ad()
602 static inline void knot_wire_set_z(uint8_t *packet) in knot_wire_set_z()
613 static inline void knot_wire_clear_z(uint8_t *packet) in knot_wire_clear_z()
[all …]
/dports/dns/knot3/knot-3.1.5/src/libknot/packet/
H A Dwire.h337 static inline void knot_wire_set_rd(uint8_t *packet) in knot_wire_set_rd()
348 static inline void knot_wire_clear_rd(uint8_t *packet) in knot_wire_clear_rd()
372 static inline void knot_wire_set_tc(uint8_t *packet) in knot_wire_set_tc()
383 static inline void knot_wire_clear_tc(uint8_t *packet) in knot_wire_clear_tc()
407 static inline void knot_wire_set_aa(uint8_t *packet) in knot_wire_set_aa()
470 static inline void knot_wire_set_qr(uint8_t *packet) in knot_wire_set_qr()
532 static inline void knot_wire_set_cd(uint8_t *packet) in knot_wire_set_cd()
567 static inline void knot_wire_set_ad(uint8_t *packet) in knot_wire_set_ad()
602 static inline void knot_wire_set_z(uint8_t *packet) in knot_wire_set_z()
613 static inline void knot_wire_clear_z(uint8_t *packet) in knot_wire_clear_z()
[all …]

12345678910>>...279