Searched defs:reply_pkt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
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 Dpdu.h70 uchar_t *reply_pkt; /* not really part of PDU */ member in struct:snmp_pdu

Completed in 45 milliseconds