Home
last modified time | relevance | path

Searched refs:v2_pool_0 (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/snmp_test/
Dnetx_snmp_v2_unknown_oid_test.c37 static NX_PACKET_POOL v2_pool_0; variable
111 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
115 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
120 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
156 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
353 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_basic_v2_test.c37 static NX_PACKET_POOL v2_pool_0; variable
113 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
117 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
122 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
158 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
359 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_setget_ip_address_test.c50 static NX_PACKET_POOL v2_pool_0; variable
143 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
147 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
152 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
188 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
394 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_setget_octet_strings_test.c44 static NX_PACKET_POOL v2_pool_0; variable
128 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
132 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
137 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
173 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
360 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_v2_send_trap_test.c35 static NX_PACKET_POOL v2_pool_0; variable
104 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
108 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
113 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
149 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
396 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_setget_integers_test.c42 static NX_PACKET_POOL v2_pool_0; variable
132 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
136 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
141 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
177 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
365 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()
Dnetx_snmp_setget_misc_test.c43 static NX_PACKET_POOL v2_pool_0; variable
146 status = nx_packet_pool_create(&v2_pool_0, "NetX Main Packet Pool", 1000, pointer, 4096); in test_application_define()
150 …status += nx_ip_create(&agent_ip, "Agent IP", SNMP_AGENT_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ra… in test_application_define()
155 …_create(&manager_ip, "Manager IP", SNMP_MANAGER_ADDRESS, 0xFFFFFF00UL, &v2_pool_0, _nx_ram_network… in test_application_define()
191 status = nx_snmp_agent_create(&v2_my_agent, "SNMP Agent", &agent_ip, pointer, 4096, &v2_pool_0, in test_application_define()
379 status = nx_packet_allocate(&v2_pool_0, &response_packet, NX_UDP_PACKET, 200); in nx_snmp_query_packet_send()