Home
last modified time | relevance | path

Searched refs:new_pdu (Results 1 – 11 of 11) sorted by relevance

/dports/www/kannel/gateway-1.4.4/wap/
H A Dwsp_server_method_states.def301 WSP_PDU *new_pdu;
304 new_pdu = wsp_pdu_create(Reply);
305 new_pdu->u.Reply.status =
307 new_pdu->u.Reply.headers =
309 new_pdu->u.Reply.data = octstr_duplicate(e->response_body);
313 wtp_event->u.TR_Result_Req.user_data = wsp_pdu_pack(new_pdu);
316 wsp_pdu_destroy(new_pdu);
/dports/net/libiscsi/libiscsi-1.19.0/include/
H A Discsi-private.h392 struct iscsi_pdu* (*new_pdu)(struct iscsi_context *iscsi, size_t size); member
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/
H A Dsession.ex649 new_pdu = %Pdu{pdu | sequence_number: sequence_number}
650 true = PduStorage.store(st.pdus, new_pdu, st.time + st.response_limit)
652 save_sent_pdus(pdus, new_st, [new_pdu | pdus_to_send])
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/mate/
H A Dmate_runtime.c700 static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto, proto_tree* tree) { in new_pdu() function
858 pdu = new_pdu(cfg, pinfo->num, proto, tree); in mate_analyze_frame()
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/mate/
H A Dmate_runtime.c700 static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto, proto_tree* tree) {
858 pdu = new_pdu(cfg, pinfo->num, proto, tree);
/dports/net/tshark/wireshark-3.6.1/plugins/epan/mate/
H A Dmate_runtime.c700 static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto, proto_tree* tree) {
858 pdu = new_pdu(cfg, pinfo->num, proto, tree);
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/mate/
H A Dmate_runtime.c700 static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto, proto_tree* tree) { in new_pdu() function
858 pdu = new_pdu(cfg, pinfo->num, proto, tree); in mate_analyze_frame()
/dports/net/libiscsi/libiscsi-1.19.0/lib/
H A Dpdu.c107 pdu = iscsi->drv->new_pdu(iscsi, sizeof(struct iscsi_pdu)); in iscsi_allocate_pdu()
H A Dsocket.c1124 .new_pdu = iscsi_tcp_new_pdu,
H A Diser.c1412 .new_pdu = iscsi_iser_new_pdu,
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmpusm.c291 usm_clone(netsnmp_pdu *pdu, netsnmp_pdu *new_pdu) in usm_clone() argument
295 (struct usmStateReference **)&new_pdu->securityStateRef; in usm_clone()