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

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

Completed in 63 milliseconds