Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h144 int snmp_make_packet(snmp_pdu_t *);
H A Dsnmplib.c874 if (snmp_make_packet(pdu) < 0) { in fetch_single()
918 if (snmp_make_packet(pdu) < 0) { in fetch_bulk()
973 if (snmp_make_packet(pdu) < 0) { in fetch_next()
H A Dpdu.c109 snmp_make_packet(snmp_pdu_t *pdu) in snmp_make_packet() function