Searched refs:sec_level (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/snmp/tests/ |
H A D | snmp3-error.phpt | 18 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
H A D | snmp3.phpt | 15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
/php-src/ext/snmp/ |
H A D | snmp.c | 1065 static bool netsnmp_session_set_security(struct snmp_session *session, zend_string *sec_level, in netsnmp_session_set_security() argument 1071 if (!netsnmp_session_set_sec_level(session, sec_level)) { in netsnmp_session_set_security()
|
Completed in 10 milliseconds