Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-snmp.c185 char *GenericTrap[] = { variable
196 ( t >= 0 && t < sizeof(GenericTrap)/sizeof(GenericTrap[0]) \
197 ? GenericTrap[t] : (snprintf(buf, sizeof(buf), "gt=%d", t), buf))