Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dimpl.h107 extern char *pdu_type_string(uchar_t type);
H A Dimpl.c49 char *pdu_type_string(u_char type) in pdu_type_string() function
H A Dpdu.c512 trace("type: %s\n", pdu_type_string(pdu->type)); in trace_snmp_pdu()