Searched refs:NEXT_OBJECT_INT (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_interfaces.c | 202 if ((ifp = NEXT_OBJECT_INT(&mibif_list, &value->var, sub)) == NULL) in op_ifentry() 377 if ((ifp = NEXT_OBJECT_INT(&mibif_list, &value->var, sub)) == NULL) in op_ifxtable()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_network_tbl.c | 266 if ((entry = NEXT_OBJECT_INT(&network_tbl, in op_hrNetworkTable()
|
H A D | hostres_swrun_tbl.c | 590 if ((entry = NEXT_OBJECT_INT(&swrun_tbl, in op_hrSWRunTable() 753 if ((entry = NEXT_OBJECT_INT(&swrun_tbl, in op_hrSWRunPerfTable()
|
H A D | hostres_printer_tbl.c | 359 if ((entry = NEXT_OBJECT_INT(&printer_tbl, &value->var, in op_hrPrinterTable()
|
H A D | hostres_processor_tbl.c | 391 if ((entry = NEXT_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
|
H A D | hostres_fs_tbl.c | 406 if ((entry = NEXT_OBJECT_INT(&fs_tbl, in op_hrFSTable()
|
H A D | hostres_swinstalled_tbl.c | 452 if ((entry = NEXT_OBJECT_INT(&swins_tbl, in op_hrSWInstalledTable()
|
H A D | hostres_diskstorage_tbl.c | 606 if ((entry = NEXT_OBJECT_INT(&disk_tbl, in op_hrDiskStorageTable()
|
H A D | hostres_device_tbl.c | 630 if ((entry = NEXT_OBJECT_INT(&device_tbl, in op_hrDeviceTable()
|
H A D | hostres_storage_tbl.c | 603 if ((entry = NEXT_OBJECT_INT(&storage_tbl, in op_hrStorageTable()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 562 if ((e = NEXT_OBJECT_INT(&pfi_table, in pf_iftable() 709 if ((e = NEXT_OBJECT_INT(&pft_table, in pf_tbltable() 822 if ((e = NEXT_OBJECT_INT(&pfa_table, in pf_tbladdr() 956 if ((e = NEXT_OBJECT_INT(&pfq_table, in pf_altqq() 1045 if ((e = NEXT_OBJECT_INT(&pfl_table, in pf_lbltable()
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | Makefile | 34 MLINKS+= snmpmod.3 NEXT_OBJECT_INT.3
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_lm75/ |
H A D | snmp_lm75.c | 379 sensor = NEXT_OBJECT_INT(&sensors, &value->var, sub); in op_lm75SensorTable()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 416 res = NEXT_OBJECT_INT(&resources, &value->var, sub); in op_hastResourceTable()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 1226 t = NEXT_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable() 1362 t = NEXT_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 255 #define NEXT_OBJECT_INT(LIST, OID, SUB) \ macro
|
H A D | action.c | 456 if ((objres = NEXT_OBJECT_INT(&objres_list, &value->var, sub)) in op_or_table()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 604 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT.3.gz
|