Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/agent/
H A Dsnmp_agent.h134 #define MODE_IS_GET(x) ((x >= 128) && (x != -1) && (x != SNMP_MSG_SET)) macro
136 #define MODE_IS_GET(x) ((x >= 128) && (x != -1)) macro
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/helpers/
H A Dbaby_steps.c332 if (MODE_IS_GET(save_mode) in _baby_steps_helper()
H A Dtable_container.c743 if(MODE_IS_GET(oldmode) in _container_table_handler()