Searched refs:pppoe_client (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_pppoe_client.c | 77 NX_PPPOE_CLIENT pppoe_client; variable 239 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_0, 0, &pool_0, poin… in thread_0_entry() 248 status = nx_pppoe_client_session_connect(&pppoe_client, NX_WAIT_FOREVER); in thread_0_entry() 284 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|
| /NetX-Duo-v6.2.1/test/regression/pppoe_test/ |
| D | netx_pppoe_api_extended_test.c | 36 static NX_PPPOE_CLIENT pppoe_client; variable 280 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_clien… in thread_client_entry() 288 …status = nx_pppoe_client_host_uniq_set_extended(&pppoe_client, "220000000000000041000000", sizeof(… in thread_client_entry() 295 status = nx_pppoe_client_service_name_set_extended(&pppoe_client, "BRAS", sizeof("BRAS") - 1); in thread_client_entry() 302 status = nx_pppoe_client_session_connect(&pppoe_client, NX_WAIT_FOREVER); in thread_client_entry() 358 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|
| D | netx_pppoe_api_test.c | 36 static NX_PPPOE_CLIENT pppoe_client; variable 280 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_clien… in thread_client_entry() 288 status = nx_pppoe_client_host_uniq_set(&pppoe_client, "220000000000000041000000"); in thread_client_entry() 295 status = nx_pppoe_client_service_name_set(&pppoe_client, "BRAS"); in thread_client_entry() 302 status = nx_pppoe_client_session_connect(&pppoe_client, NX_WAIT_FOREVER); in thread_client_entry() 358 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|
| D | netx_pppoe_ac_name_test.c | 45 static NX_PPPOE_CLIENT pppoe_client; variable 304 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_clien… in thread_client_entry() 323 pppoe_client.nx_pppoe_server_session.nx_pppoe_physical_address_msw = 0x11; in thread_client_entry() 324 pppoe_client.nx_pppoe_server_session.nx_pppoe_physical_address_lsw = 0x22334456; in thread_client_entry() 325 pppoe_client.nx_pppoe_state = NX_PPPOE_CLIENT_STATE_PADR_SENT; in thread_client_entry() 378 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|
| D | netx_pppoe_basic_test.c | 45 static NX_PPPOE_CLIENT pppoe_client; variable 292 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_clien… in thread_client_entry() 300 nx_pppoe_client_service_name_set(&pppoe_client, SERVICE_NAME_1); in thread_client_entry() 303 status = nx_pppoe_client_session_connect(&pppoe_client, NX_WAIT_FOREVER); in thread_client_entry() 359 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|
| D | netx_pppoe_session_control_test.c | 45 static NX_PPPOE_CLIENT pppoe_client; variable 298 …status = nx_pppoe_client_create(&pppoe_client, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_clien… in thread_client_entry() 306 nx_pppoe_client_service_name_set(&pppoe_client, SERVICE_NAME_1); in thread_client_entry() 309 status = nx_pppoe_client_session_connect(&pppoe_client, NX_WAIT_FOREVER); in thread_client_entry() 365 nx_pppoe_client_session_packet_send(&pppoe_client, packet_ptr); in ppp_client_packet_send()
|