Searched refs:nosec_pool (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/snmp_test/ |
| D | netx_snmp_no_security_function_test.c | 82 static NX_PACKET_POOL nosec_pool; variable 188 status = nx_packet_pool_create(&nosec_pool, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define() 203 …status = nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &nosec_pool, _nx_ra… in test_application_define() 208 …create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &nosec_pool, _nx_ram_network… in test_application_define() 251 status = nx_snmp_agent_create(&my_nosec_agent, "public", &agent_ip, pointer, 4096, &nosec_pool, in test_application_define() 537 status = nx_packet_allocate(&nosec_pool, &query_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in nx_snmp_query_packet_send()
|