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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c553 snmp_parse_pdu(int reqid, uchar_t *msg, size_t *msgsz_p, snmp_pdu_t *reply_pdu) argument
562 if ((p = asn_parse_header(msg, msgsz_p, &id)) == NULL)
572 if ((p = asn_parse_int(p, msgsz_p, &reply_pdu->reqid)) == NULL)
580 if ((p = asn_parse_int(p, msgsz_p, &reply_pdu->errstat)) == NULL)
582 if ((p = asn_parse_int(p, msgsz_p, &reply_pdu->errindex)) == NULL)
589 if ((p = asn_parse_sequence(p, msgsz_p, exp_id)) == NULL)
592 while (((int)*msgsz_p) > 0) {
602 if ((p = snmp_parse_variable(p, msgsz_p, vp)) == NULL)
615 snmp_parse_variable(uchar_t *msg, size_t *msgsz_p, pdu_varlist_t *vp) argument
624 if ((p = asn_parse_sequence(msg, msgsz_p, exp_i
[all...]

Completed in 44 milliseconds