Home
last modified time | relevance | path

Searched refs:newpacket (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_pdu.c74 Octstr *newpacket = NULL; in main() local
83 octstr_destroy(newpacket); newpacket = NULL; in main()
96 newpacket = wtp_pdu_pack(pdu); in main()
97 if (!newpacket) { in main()
101 if (octstr_compare(packet, newpacket) != 0) { in main()
106 octstr_dump(newpacket, 1); in main()
124 octstr_destroy(newpacket); in main()
125 newpacket = wsp_pdu_pack(wsp); in main()
126 if (!newpacket) { in main()
136 octstr_dump(newpacket, 1); in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell_rbu.c96 struct packet_data *newpacket; in create_packet() local
116 if (!newpacket) { in create_packet()
180 newpacket->length = length; in create_packet()
181 newpacket->ordernum = ordernum; in create_packet()
185 INIT_LIST_HEAD(&newpacket->list); in create_packet()
204 kfree(newpacket); in create_packet()
281 struct packet_data *newpacket; in packet_read_list() local
319 list_del(&newpacket->list); in packet_empty_list()
327 1 << newpacket->ordernum); in packet_empty_list()
329 newpacket->ordernum); in packet_empty_list()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell_rbu.c96 struct packet_data *newpacket; in create_packet() local
116 if (!newpacket) { in create_packet()
180 newpacket->length = length; in create_packet()
181 newpacket->ordernum = ordernum; in create_packet()
185 INIT_LIST_HEAD(&newpacket->list); in create_packet()
204 kfree(newpacket); in create_packet()
281 struct packet_data *newpacket; in packet_read_list() local
319 list_del(&newpacket->list); in packet_empty_list()
327 1 << newpacket->ordernum); in packet_empty_list()
329 newpacket->ordernum); in packet_empty_list()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell_rbu.c96 struct packet_data *newpacket; in create_packet() local
116 if (!newpacket) { in create_packet()
180 newpacket->length = length; in create_packet()
181 newpacket->ordernum = ordernum; in create_packet()
185 INIT_LIST_HEAD(&newpacket->list); in create_packet()
204 kfree(newpacket); in create_packet()
281 struct packet_data *newpacket; in packet_read_list() local
319 list_del(&newpacket->list); in packet_empty_list()
327 1 << newpacket->ordernum); in packet_empty_list()
329 newpacket->ordernum); in packet_empty_list()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dnet_packet.c52 net_packet_t *newpacket; in NET_PacketDup() local
54 newpacket = NET_NewPacket(packet->len); in NET_PacketDup()
55 memcpy(newpacket->data, packet->data, packet->len); in NET_PacketDup()
56 newpacket->len = packet->len; in NET_PacketDup()
58 return newpacket; in NET_PacketDup()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dnet_packet.c52 net_packet_t *newpacket; in NET_PacketDup() local
54 newpacket = NET_NewPacket(packet->len); in NET_PacketDup()
55 memcpy(newpacket->data, packet->data, packet->len); in NET_PacketDup()
56 newpacket->len = packet->len; in NET_PacketDup()
58 return newpacket; in NET_PacketDup()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/src/
H A Dwebinspector.c184 char* newpacket = NULL; in webinspector_receive_with_timeout() local
225 newpacket = (char*)realloc(packet, (packet_length + length) * sizeof(char)); in webinspector_receive_with_timeout()
226 packet = newpacket; in webinspector_receive_with_timeout()
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/src/
H A Dwebinspector.c184 char* newpacket = NULL; in webinspector_receive_with_timeout() local
225 newpacket = (char*)realloc(packet, (packet_length + length) * sizeof(char)); in webinspector_receive_with_timeout()
226 packet = newpacket; in webinspector_receive_with_timeout()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/libssh2/
H A Duserauth.c901 unsigned char *newpacket; in userauth_hostbased_fromfile() local
903 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
907 if (!newpacket) { in userauth_hostbased_fromfile()
917 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1260 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1262 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1267 if (!newpacket) { in _libssh2_userauth_publickey()
1278 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/devel/upp/upp/uppsrc/Core/SSH/libssh2/
H A Duserauth.c909 unsigned char *newpacket; in userauth_hostbased_fromfile() local
911 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
915 if (!newpacket) { in userauth_hostbased_fromfile()
925 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1268 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1270 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1275 if (!newpacket) { in _libssh2_userauth_publickey()
1286 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_ents.c265 int oldpacket, newpacket; in CL_ParsePacketEntities() local
272 newpacket = cls.netchan.incoming_sequence & UPDATE_MASK; in CL_ParsePacketEntities()
273 newp = &cl.frames[newpacket].packet_entities; in CL_ParsePacketEntities()
274 cl.frames[newpacket].invalid = false; in CL_ParsePacketEntities()
279 oldpacket = cl.frames[newpacket].delta_sequence; in CL_ParsePacketEntities()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Duserauth.c947 unsigned char *newpacket; in userauth_hostbased_fromfile() local
949 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
953 if(!newpacket) { in userauth_hostbased_fromfile()
963 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1328 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1330 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1335 if(!newpacket) { in _libssh2_userauth_publickey()
1346 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/security/libssh2/libssh2-1.10.0/src/
H A Duserauth.c947 unsigned char *newpacket;
949 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet,
953 if(!newpacket) {
963 session->userauth_host_packet = newpacket;
1328 unsigned char *newpacket;
1330 newpacket = LIBSSH2_REALLOC(session,
1335 if(!newpacket) {
1346 session->userauth_pblc_packet = newpacket;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Duserauth.c952 unsigned char *newpacket; in userauth_hostbased_fromfile() local
954 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
958 if(!newpacket) { in userauth_hostbased_fromfile()
968 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1319 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1321 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1326 if(!newpacket) { in _libssh2_userauth_publickey()
1337 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/src/
H A Duserauth.c952 unsigned char *newpacket; in userauth_hostbased_fromfile() local
954 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
958 if(!newpacket) { in userauth_hostbased_fromfile()
968 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1319 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1321 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1326 if(!newpacket) { in _libssh2_userauth_publickey()
1337 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/security/nmap/nmap-7.91/libssh2/src/
H A Duserauth.c952 unsigned char *newpacket; in userauth_hostbased_fromfile() local
954 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
958 if(!newpacket) { in userauth_hostbased_fromfile()
968 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1319 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1321 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1326 if(!newpacket) { in _libssh2_userauth_publickey()
1337 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Duserauth.c952 unsigned char *newpacket; in userauth_hostbased_fromfile() local
954 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
958 if(!newpacket) { in userauth_hostbased_fromfile()
968 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1319 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1321 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1326 if(!newpacket) { in _libssh2_userauth_publickey()
1337 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Duserauth.c947 unsigned char *newpacket; in userauth_hostbased_fromfile() local
949 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
953 if(!newpacket) { in userauth_hostbased_fromfile()
963 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1328 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1330 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1335 if(!newpacket) { in _libssh2_userauth_publickey()
1346 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/lang/rust/rustc-1.58.1-src/vendor/libssh2-sys/libssh2/src/
H A Duserauth.c952 unsigned char *newpacket; in userauth_hostbased_fromfile() local
954 newpacket = LIBSSH2_REALLOC(session, session->userauth_host_packet, in userauth_hostbased_fromfile()
958 if(!newpacket) { in userauth_hostbased_fromfile()
968 session->userauth_host_packet = newpacket; in userauth_hostbased_fromfile()
1319 unsigned char *newpacket; in _libssh2_userauth_publickey() local
1321 newpacket = LIBSSH2_REALLOC(session, in _libssh2_userauth_publickey()
1326 if(!newpacket) { in _libssh2_userauth_publickey()
1337 session->userauth_pblc_packet = newpacket; in _libssh2_userauth_publickey()
/dports/games/quakeforge/quakeforge-0.7.2/qtv/source/
H A Dsv_parse.c374 int newpacket, oldpacket; in sv_packetentities() local
383 newpacket = sv->netchan.incoming_sequence & UPDATE_MASK; in sv_packetentities()
384 newp = &sv->frames[newpacket].entities; in sv_packetentities()
385 sv->frames[newpacket].invalid = false; in sv_packetentities()
389 oldpacket = sv->frames[newpacket].delta_sequence; in sv_packetentities()
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Ddem_parse.c825 int oldpacket, newpacket; in Dem_ParsePacketEntities() local
832 newpacket = from->netchan.incoming_sequence&UPDATE_MASK; in Dem_ParsePacketEntities()
833 newp = &from->frames[newpacket].packet_entities; in Dem_ParsePacketEntities()
834 from->frames[newpacket].invalid = false; in Dem_ParsePacketEntities()
840 oldpacket = from->frames[newpacket].delta_sequence; in Dem_ParsePacketEntities()
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Ddem_parse.c825 int oldpacket, newpacket; in Dem_ParsePacketEntities() local
832 newpacket = from->netchan.incoming_sequence&UPDATE_MASK; in Dem_ParsePacketEntities()
833 newp = &from->frames[newpacket].packet_entities; in Dem_ParsePacketEntities()
834 from->frames[newpacket].invalid = false; in Dem_ParsePacketEntities()
840 oldpacket = from->frames[newpacket].delta_sequence; in Dem_ParsePacketEntities()
/dports/news/mmail/mmail-0.52/interfac/
H A Dinterfac.cc48 newpacket(); in main()
410 void Interface::newpacket() in newpacket() function in Interface
467 newpacket(); in select()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dcl_ents.c347 int oldpacket, newpacket; in CL_ParsePacketEntities() local
353 newpacket = cls.netchan.incoming_sequence&UPDATE_MASK; in CL_ParsePacketEntities()
354 newp = &cl.frames[newpacket].packet_entities; in CL_ParsePacketEntities()
355 cl.frames[newpacket].invalid = false; in CL_ParsePacketEntities()
360 oldpacket = cl.frames[newpacket].delta_sequence; in CL_ParsePacketEntities()
/dports/security/unicornscan/unicornscan-0.4.2/src/scan_progs/
H A Dpacket_parse.c738 const uint8_t *newpacket=NULL; in decode_icmp() local
741 newpacket=packet + sizeof(struct myicmphdr); in decode_icmp()
744 decode_ip(newpacket, newpk_len, (pk_layer + 1)); in decode_icmp()

12