Searched refs:new_pdu (Results 1 – 11 of 11) sorted by relevance
/dports/www/kannel/gateway-1.4.4/wap/ |
H A D | wsp_server_method_states.def | 301 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 D | iscsi-private.h | 392 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 D | session.ex | 649 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 D | mate_runtime.c | 700 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 D | mate_runtime.c | 700 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 D | mate_runtime.c | 700 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 D | mate_runtime.c | 700 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 D | pdu.c | 107 pdu = iscsi->drv->new_pdu(iscsi, sizeof(struct iscsi_pdu)); in iscsi_allocate_pdu()
|
H A D | socket.c | 1124 .new_pdu = iscsi_tcp_new_pdu,
|
H A D | iser.c | 1412 .new_pdu = iscsi_iser_new_pdu,
|
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/ |
H A D | snmpusm.c | 291 usm_clone(netsnmp_pdu *pdu, netsnmp_pdu *new_pdu) in usm_clone() argument 295 (struct usmStateReference **)&new_pdu->securityStateRef; in usm_clone()
|