Home
last modified time | relevance | path

Searched refs:SNMP_DEF_PKTBUF_SZ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h136 #define SNMP_DEF_PKTBUF_SZ 2048 macro
H A Dpdu.c116 size_t bufsz = SNMP_DEF_PKTBUF_SZ; in snmp_make_packet()
119 if ((buf = (uchar_t *)calloc(1, SNMP_DEF_PKTBUF_SZ)) == NULL) in snmp_make_packet()