Home
last modified time | relevance | path

Searched refs:ppp_client (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netx_pppoe_client.c74 NX_PPP ppp_client; variable
165 …status = nx_ppp_create(&ppp_client, "PPP Instance", &ip_0, pointer, 2048, 1, &pool_0, NX_NULL, NX_… in tx_application_define()
173 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in tx_application_define()
180 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in tx_application_define()
187 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in tx_application_define()
276 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()
/NetX-Duo-v6.2.1/test/regression/pppoe_test/
Dnetx_pppoe_api_extended_test.c32 static NX_PPP ppp_client; variable
222 …status = nx_ppp_create(&ppp_client, "PPP Client Instance", &ip_client, pointer, 2048, 1, &pool_cli… in test_application_define()
230 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in test_application_define()
237 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in test_application_define()
244 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in test_application_define()
350 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()
Dnetx_pppoe_api_test.c32 static NX_PPP ppp_client; variable
222 …status = nx_ppp_create(&ppp_client, "PPP Client Instance", &ip_client, pointer, 2048, 1, &pool_cli… in test_application_define()
230 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in test_application_define()
237 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in test_application_define()
244 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in test_application_define()
350 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()
Dnetx_pppoe_basic_test.c41 static NX_PPP ppp_client; variable
234 …status = nx_ppp_create(&ppp_client, "PPP Client Instance", &ip_client, pointer, 2048, 1, &pool_cli… in test_application_define()
242 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in test_application_define()
249 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in test_application_define()
256 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in test_application_define()
351 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()
Dnetx_pppoe_ac_name_test.c41 static NX_PPP ppp_client; variable
231 …status = nx_ppp_create(&ppp_client, "PPP Client Instance", &ip_client, pointer, 2048, 1, &pool_cli… in test_application_define()
239 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in test_application_define()
246 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in test_application_define()
253 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in test_application_define()
370 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()
Dnetx_pppoe_session_control_test.c41 static NX_PPP ppp_client; variable
240 …status = nx_ppp_create(&ppp_client, "PPP Client Instance", &ip_client, pointer, 2048, 1, &pool_cli… in test_application_define()
248 status = nx_ppp_packet_send_set(&ppp_client, ppp_client_packet_send); in test_application_define()
255 status = nx_ppp_ip_address_assign(&ppp_client, IP_ADDRESS(0, 0, 0, 0), IP_ADDRESS(0, 0, 0, 0)); in test_application_define()
262 status = nx_ppp_pap_enable(&ppp_client, generate_login, NX_NULL); in test_application_define()
357 nx_ppp_packet_receive(&ppp_client, packet_ptr); in pppoe_client_packet_receive()