Home
last modified time | relevance | path

Searched refs:reply_pkt (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c96 pdu->reply_pkt = NULL; in snmp_create_pdu()
185 snmp_parse_reply(int reqid, uchar_t *reply_pkt, size_t reply_pktsz) in snmp_parse_reply() argument
202 if ((p = asn_parse_sequence(reply_pkt, &msgsz, exp_id)) == NULL) { in snmp_parse_reply()
665 if (pdu->reply_pkt) in snmp_free_pdu()
666 free((void *) pdu->reply_pkt); in snmp_free_pdu()
H A Dsnmplib.c904 LOGPKT(TAG_RESPONSE_PKT, pdu->reply_pkt, pdu->reply_pktsz); in fetch_single()
906 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_single()
965 LOGPKT(TAG_RESPONSE_PKT, pdu->reply_pkt, pdu->reply_pktsz); in fetch_bulk()
972 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_bulk()
1023 LOGPKT(TAG_RESPONSE_PKT, pdu->reply_pkt, pdu->reply_pktsz); in fetch_next()
1025 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_next()
1137 pdu->reply_pkt = pkt; in snmp_recv_reply()
H A Dpdu.h70 uchar_t *reply_pkt; /* not really part of PDU */ member
H A Ddebug.c354 SNMP_DPDU_INDENT, ' ', SNMP_DTEXT_PREFIX, pdu->reply_pkt); in snmp_log_pdu()