Searched refs:DSSNMP_GETINFO (Results 1 – 3 of 3) sorted by relevance
44 #define DSSNMP_GETINFO (DSSNMPIOC | 1) /* Get SNMP size */ macro
1112 LOGIO(TAG_IOCTL, smd->fd, DSSNMP_GETINFO, &snmp_info); in snmp_recv_reply()1117 if (ioctl(smd->fd, DSSNMP_GETINFO, &snmp_info) < 0) { in snmp_recv_reply()
790 case DSSNMP_GETINFO: in ds_snmp_ioctl()