Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c94 pdu->reply_pkt = NULL; in snmp_create_pdu()
183 snmp_parse_reply(int reqid, uchar_t *reply_pkt, size_t reply_pktsz) in snmp_parse_reply() argument
200 if ((p = asn_parse_sequence(reply_pkt, &msgsz, exp_id)) == NULL) { in snmp_parse_reply()
659 if (pdu->reply_pkt) in snmp_free_pdu()
660 free((void *) pdu->reply_pkt); in snmp_free_pdu()
H A Dpdu.h68 uchar_t *reply_pkt; /* not really part of PDU */ member
H A Dsnmplib.c889 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_single()
945 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_bulk()
988 reply_pdu = snmp_parse_reply(pdu->reqid, pdu->reply_pkt, in fetch_next()
1083 pdu->reply_pkt = pkt; in snmp_recv_reply()