Home
last modified time | relevance | path

Searched +defs:pdu +defs:length (Results 1 – 25 of 132) sorted by relevance

123456

/dports/net/gnu-radius/radius-1.6.1/snmplib/
H A Dsnmp_pdu.c33 struct snmp_pdu *pdu; in snmp_pdu_create() local
46 snmp_pdu_free(struct snmp_pdu *pdu) in snmp_pdu_free()
55 snmp_pdu_add_var(struct snmp_pdu *pdu, struct snmp_var *var) in snmp_pdu_add_var()
62 snmp_pdu_decode(u_char *data, int *length, struct snmp_pdu *pdu) in snmp_pdu_decode()
98 snmp_pdu_encode(u_char *data, int *length, struct snmp_pdu *pdu) in snmp_pdu_encode()
H A Dsnmp_send.c31 snmp_send(struct snmp_session *sess, struct snmp_pdu *pdu) in snmp_send()
71 int length; in snmp_request_xmit() local
103 snmp_encode_request(struct snmp_session *sess, struct snmp_pdu *pdu, in snmp_encode_request()
104 u_char *packet_buf, int *length) in snmp_encode_request()
160 snmp_decode_request(struct snmp_session *sess, struct snmp_pdu *pdu, in snmp_decode_request()
161 u_char *packet, int length, char *comm, int *comm_len) in snmp_decode_request()
H A Dsnmp_recv.c42 snmp_query(struct snmp_session *sess, struct snmp_pdu *pdu) in snmp_query()
122 struct snmp_pdu *pdu; in snmp_read() local
126 int length; in snmp_read() local
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dpdu.c37 coap_pdu_clear(coap_pdu_t *pdu, size_t size) { in coap_pdu_clear()
63 coap_pdu_t *pdu; in coap_pdu_from_pbuf() local
89 coap_pdu_t *pdu; in coap_pdu_init() local
142 coap_delete_pdu(coap_pdu_t *pdu) { in coap_delete_pdu()
173 size_t length = old_pdu->used_size - old_pdu->token_length - in coap_pdu_duplicate() local
745 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) { in next_option_safe()
795 size_t length) { in coap_pdu_parse_size()
977 coap_pdu_parse_opt(coap_pdu_t *pdu) { in coap_pdu_parse_opt()
1001 size_t length = pdu->used_size - pdu->token_length; in coap_pdu_parse_opt() local
1104 size_t length, in coap_pdu_parse()
[all …]
H A Dblock.c148 size_t length, in coap_add_data_blocked_response()
334 coap_pdu_t *pdu, in coap_add_data_large_internal()
339 size_t length, in coap_add_data_large_internal()
629 size_t length, in coap_add_data_large_request()
646 size_t length, in coap_add_data_large_response()
1232 size_t length = 0; in coap_handle_request_put_block() local
1505 coap_pdu_t *pdu; in coap_handle_response_send_block() local
1637 size_t length; in coap_handle_response_get_block() local
1699 coap_pdu_t *pdu; in coap_handle_response_get_block() local
1777 coap_pdu_t *pdu; in coap_handle_response_get_block() local
[all …]
H A Doption.c37 coap_opt_parse(const coap_opt_t *opt, size_t length, coap_option_t *result) { in coap_opt_parse()
112 coap_option_iterator_init(const coap_pdu_t *pdu, coap_opt_iterator_t *oi, in coap_option_iterator_init()
198 coap_check_option(const coap_pdu_t *pdu, coap_option_num_t number, in coap_check_option()
212 uint32_t length; in coap_opt_length() local
292 uint16_t delta, size_t length) { in coap_opt_setheader()
350 coap_opt_encode_size(uint16_t delta, size_t length) { in coap_opt_encode_size()
372 const uint8_t *val, size_t length) { in coap_opt_encode()
509 size_t length, in coap_new_optlist()
549 coap_add_optlist_pdu(coap_pdu_t *pdu, coap_optlist_t** options) { in coap_add_optlist_pdu()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Ddulconst.cc157 unsigned char type, PRV_ASSOCIATEPDU * pdu) in constructAssociatePDU()
279 DUL_REJECTRELEASEABORTPDU * pdu) in constructAssociateRejectPDU()
375 DUL_REJECTRELEASEABORTPDU * pdu, in constructAbortPDU()
422 OFBool last, DUL_DATAPDU * pdu) in constructDataPDU()
720 unsigned long length; in constructPresentationContext() local
826 unsigned long length; in constructUserInfo() local
981 unsigned long length; in constructSCUSCPRoles() local
1085 unsigned long length; in constructExtNeg() local
1179 unsigned short length; in streamSubItem() local
1384 unsigned long *length) in streamMaxLength()
[all …]
H A Ddulparse.cc354 length; in parsePresentationContext() local
463 unsigned long length; in parseUserInfo() local
713 unsigned long *length, unsigned long availData) in parseSCUSCPRole()
781 unsigned long *length, unsigned long availData) in parseExtNeg()
850 makeLengthError(const char *pdu, unsigned long bufSize, unsigned long minSize, in makeLengthError()
851 unsigned long length) in makeLengthError()
878 makeUnderflowError(const char *pdu, unsigned long minuend, in makeUnderflowError()
/dports/net/gnu-radius/radius-1.6.1/lib/
H A Dradsrv.c48 void *pdu; in grad_server_send_reply() local
49 size_t length; in grad_server_send_reply() local
98 void *pdu; in grad_server_send_challenge() local
99 size_t length; in grad_server_send_challenge() local
H A Dradpdu.c47 u_char length; /* Length of the data collected so far */ member
58 grad_pdu_init(struct radius_pdu *pdu) in grad_pdu_init()
72 grad_pdu_finish(void **ptr, struct radius_pdu *pdu, in grad_pdu_finish()
135 grad_pdu_destroy(struct radius_pdu *pdu) in grad_pdu_destroy()
206 struct radius_pdu pdu; in grad_create_pdu() local
387 grad_decode_pdu(grad_uint32_t host, u_short udp_port, u_char *buffer, size_t length) in grad_decode_pdu()
/dports/www/squid/squid-4.15/lib/snmplib/
H A Dsnmp_api.c106 snmp_build(session, pdu, packet, out_length) in snmp_build() argument
134 struct snmp_pdu * pdu, in snmp_parse()
136 int length) in snmp_parse()
/dports/net/kamailio/kamailio-5.4.5/src/modules/sms/
H A Dlibsms_putsms.c53 int ascii2pdu(char* ascii, int asciiLength, char* pdu, int cs_convert) in ascii2pdu()
97 int binary2pdu(char* binary, int length, char* pdu) in binary2pdu()
116 int make_pdu(struct sms_msg *msg, struct modem *mdm, char* pdu) in make_pdu()
191 char pdu[500]; in putsms() local
H A Dlibsms_getsms.c77 static int pdu2ascii(char* pdu, char* ascii) in pdu2ascii()
119 static int pdu2binary(char* pdu, char* binary) in pdu2binary()
137 static int fetchsms(struct modem *mdm, int sim, char* pdu) in fetchsms()
370 int length; in split_type_2() local
409 static int splitpdu(struct modem *mdm, char* pdu, struct incame_sms *sms) in splitpdu()
474 static inline int decode_pdu( struct modem *mdm, char *pdu, struct incame_sms *sms) in decode_pdu()
497 char pdu[512]; in getsms() local
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc_client.c46 static void rpc_pdu_reset(RPC_PDU* pdu) in rpc_pdu_reset()
56 RPC_PDU* pdu; in rpc_pdu_new() local
74 static void rpc_pdu_free(RPC_PDU* pdu) in rpc_pdu_free()
83 static int rpc_client_receive_pipe_write(RpcClient* client, const BYTE* buffer, size_t length) in rpc_client_receive_pipe_write()
102 int rpc_client_receive_pipe_read(RpcClient* client, BYTE* buffer, size_t length) in rpc_client_receive_pipe_read()
179 static int rpc_client_recv_pdu(rdpRpc* rpc, RPC_PDU* pdu) in rpc_client_recv_pdu()
310 RPC_PDU* pdu; in rpc_client_recv_fragment() local
909 int rpc_in_channel_send_pdu(RpcInChannel* inChannel, const BYTE* buffer, size_t length) in rpc_in_channel_send_pdu()
956 size_t length; in rpc_client_write_call() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c42 struct iscsi_pdu *pdu; in iscsit_dump_pdu_list() local
293 struct iscsi_pdu *pdu = cmd->pdu_list; in iscsit_do_build_pdu_and_seq_lists() local
493 struct iscsi_pdu *pdu = NULL; in iscsit_build_pdu_and_seq_lists() local
564 u32 length) in iscsit_get_pdu_holder()
567 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder() local
591 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder_for_seq() local
665 u32 length) in iscsit_get_seq_holder()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c42 struct iscsi_pdu *pdu; in iscsit_dump_pdu_list() local
293 struct iscsi_pdu *pdu = cmd->pdu_list; in iscsit_do_build_pdu_and_seq_lists() local
493 struct iscsi_pdu *pdu = NULL; in iscsit_build_pdu_and_seq_lists() local
564 u32 length) in iscsit_get_pdu_holder()
567 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder() local
591 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder_for_seq() local
665 u32 length) in iscsit_get_seq_holder()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c42 struct iscsi_pdu *pdu; in iscsit_dump_pdu_list() local
293 struct iscsi_pdu *pdu = cmd->pdu_list; in iscsit_do_build_pdu_and_seq_lists() local
493 struct iscsi_pdu *pdu = NULL; in iscsit_build_pdu_and_seq_lists() local
564 u32 length) in iscsit_get_pdu_holder()
567 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder() local
591 struct iscsi_pdu *pdu = NULL; in iscsit_get_pdu_holder_for_seq() local
665 u32 length) in iscsit_get_seq_holder()
/dports/net-mgmt/rrdbot/rrdbot-396ca60/bsnmp/
H A Dsnmp.c234 parse_pdus(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) in parse_pdus()
354 parse_message(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) in parse_message()
385 snmp_pdu_decode(struct asn_buf *b, struct snmp_pdu *pdu, int32_t *ip) in snmp_pdu_decode()
440 u_int length; in snmp_pdu_snoop() local
496 snmp_pdu_encode_header(struct asn_buf *b, struct snmp_pdu *pdu) in snmp_pdu_encode_header()
550 snmp_fix_encoding(struct asn_buf *b, const struct snmp_pdu *pdu) in snmp_fix_encoding()
651 snmp_pdu_encode(struct snmp_pdu *pdu, struct asn_buf *resp_b) in snmp_pdu_encode()
718 dump_bindings(const struct snmp_pdu *pdu) in dump_bindings()
730 dump_notrap(const struct snmp_pdu *pdu) in dump_notrap()
739 snmp_pdu_dump(const struct snmp_pdu *pdu) in snmp_pdu_dump()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c2832 size_t length; in _snmp_build() local
3226 size_t length, save_length; in snmp_pdu_build() local
3663 snmp_parse_version(u_char * data, size_t length) in snmp_parse_version()
3686 size_t * length, in snmpv3_parse()
4253 netsnmp_pdu *pdu, u_char * data, size_t length) in _snmp_parse()
4546 netsnmp_pdu *pdu, u_char * data, size_t length) in snmp_parse()
4562 snmp_pdu_parse(netsnmp_pdu *pdu, u_char * data, size_t * length) in snmp_pdu_parse()
4875 snmpv3_scopedPDU_parse(netsnmp_pdu *pdu, u_char * cp, size_t * length) in snmpv3_scopedPDU_parse()
5565 netsnmp_pdu *pdu; in _sess_process_packet_parse_pdu() local
5874 u_char * packetptr, int length) in _sess_process_packet()
[all …]
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323caps.cxx776 PBoolean H323AudioCapability::OnSendingPDU(H245_AudioCapability & pdu, in OnSendingPDU()
788 PBoolean H323AudioCapability::OnSendingPDU(H245_AudioCapability & pdu, in OnSendingPDU()
973 PINDEX length) in H323NonStandardAudioCapability()
983 PINDEX length) in H323NonStandardAudioCapability()
995 PINDEX length) in H323NonStandardAudioCapability()
1151 PINDEX length) in H323NonStandardVideoCapability()
1161 PINDEX length) in H323NonStandardVideoCapability()
1173 PINDEX length) in H323NonStandardVideoCapability()
1686 PINDEX length) in H323NonStandardDataCapability()
1698 PINDEX length) in H323NonStandardDataCapability()
[all …]
/dports/net/tcpview/tcpview-1.0/
H A Ddetail-snmp.c69 static void varbind_print (pduid, np, length, err) in varbind_print() argument
154 static void snmppdu_print (pduid, np, length) in snmppdu_print() argument
217 static void trap_print (np, length) in trap_print() argument
304 void detail_snmp (np, length) in detail_snmp() argument
308 struct be elem, pdu; local
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/tests/
H A Dparser_performance_tests.cpp58 void print_packet_payload_in_c_form(unsigned char* data, int length) { in print_packet_payload_in_c_form()
96 void call_tins_parser(void* ptr, int length) { in call_tins_parser()
99 EthernetII pdu((const uint8_t*)ptr, length); in call_tins_parser() local
115 void call_fastnetmon_parser(void* ptr, int length) { in call_fastnetmon_parser()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323caps.cxx1189 PINDEX length) in H323NonStandardAudioCapability()
1213 PINDEX length) in H323NonStandardAudioCapability()
1225 PINDEX length) in H323NonStandardAudioCapability()
1240 PINDEX length) in H323NonStandardAudioCapability()
1419 PINDEX length) in H323NonStandardVideoCapability()
1428 PINDEX length) in H323NonStandardVideoCapability()
1437 PINDEX length) in H323NonStandardVideoCapability()
1953 H323ControlPDU pdu; in SendGenericMessage() local
2754 PINDEX length) in H323NonStandardDataCapability()
2766 PINDEX length) in H323NonStandardDataCapability()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/service_plugins/
H A Dservice_snmp.cc121 uint32_t* const length) in snmp_ans1_length()
147 const uint8_t* const end, uint8_t* const pdu, in snmp_verify_packet()
153 uint32_t length; in snmp_verify_packet() local
394 uint8_t pdu = 0; in validate() local
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/agentx/
H A Dprotocol.c578 netsnmp_pdu *pdu) in agentx_realloc_build_header()
667 netsnmp_session * session, netsnmp_pdu *pdu) in _agentx_realloc_build()
1007 agentx_realloc_build(netsnmp_session * session, netsnmp_pdu *pdu, in agentx_realloc_build()
1128 agentx_parse_oid(const u_char *data, size_t *length, int *inc, in agentx_parse_oid()
1230 agentx_parse_string(const u_char *data, size_t *length, struct rszbuf *string, in agentx_parse_string()
1287 agentx_parse_opaque(const u_char *data, size_t *length, int *type, in agentx_parse_opaque()
1354 agentx_parse_varbind(const u_char *data, size_t *length, int *type, in agentx_parse_varbind()
1481 agentx_parse_header(netsnmp_pdu *pdu, const u_char *data, size_t *length) in agentx_parse_header()
1559 agentx_parse(netsnmp_session * session, netsnmp_pdu *pdu, u_char * data, in agentx_parse()
1581 size_t *length = &len; in agentx_parse() local

123456