| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_pppoe_client.c | 64 #define PPPOE_THREAD_SIZE 2048 macro 239 …ppoe_client, (UCHAR *)"PPPoE Client", &ip_0, 0, &pool_0, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_0_entry() 240 pointer = pointer + PPPOE_THREAD_SIZE; in thread_0_entry()
|
| D | demo_netx_pppoe_server.c | 68 #define PPPOE_THREAD_SIZE 2048 macro 249 …CHAR *)"PPPoE Server", &ip_0, 0, _nx_ram_network_driver, &pool_0, pointer, PPPOE_THREAD_SIZE, 4); in thread_0_entry() 250 pointer = pointer + PPPOE_THREAD_SIZE; in thread_0_entry()
|
| /NetX-Duo-v6.2.1/test/regression/pppoe_test/ |
| D | netx_pppoe_api_extended_test.c | 16 #define PPPOE_THREAD_SIZE 2048 macro 280 …ent, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_client, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_client_entry() 281 pointer = pointer + PPPOE_THREAD_SIZE; in thread_client_entry() 381 …PoE Server", &ip_server, 0, _nx_ram_network_driver, &pool_server, pointer, PPPOE_THREAD_SIZE, 4); in thread_server_entry() 382 pointer = pointer + PPPOE_THREAD_SIZE; in thread_server_entry()
|
| D | netx_pppoe_api_test.c | 16 #define PPPOE_THREAD_SIZE 2048 macro 280 …ent, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_client, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_client_entry() 281 pointer = pointer + PPPOE_THREAD_SIZE; in thread_client_entry() 381 …PoE Server", &ip_server, 0, _nx_ram_network_driver, &pool_server, pointer, PPPOE_THREAD_SIZE, 4); in thread_server_entry() 382 pointer = pointer + PPPOE_THREAD_SIZE; in thread_server_entry()
|
| D | netx_pppoe_basic_test.c | 25 #define PPPOE_THREAD_SIZE 2048 macro 292 …ent, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_client, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_client_entry() 293 pointer = pointer + PPPOE_THREAD_SIZE; in thread_client_entry() 377 …PoE Server", &ip_server, 0, _nx_ram_network_driver, &pool_server, pointer, PPPOE_THREAD_SIZE, 4); in thread_server_entry() 378 pointer = pointer + PPPOE_THREAD_SIZE; in thread_server_entry()
|
| D | netx_pppoe_ac_name_test.c | 25 #define PPPOE_THREAD_SIZE 2048 macro 304 …ent, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_client, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_client_entry() 305 pointer = pointer + PPPOE_THREAD_SIZE; in thread_client_entry() 395 …PoE Server", &ip_server, 0, _nx_ram_network_driver, &pool_server, pointer, PPPOE_THREAD_SIZE, 4); in thread_server_entry() 396 pointer = pointer + PPPOE_THREAD_SIZE; in thread_server_entry()
|
| D | netx_pppoe_session_control_test.c | 25 #define PPPOE_THREAD_SIZE 2048 macro 298 …ent, (UCHAR *)"PPPoE Client", &ip_client, 0, &pool_client, pointer, PPPOE_THREAD_SIZE, 4, _nx_ram_… in thread_client_entry() 299 pointer = pointer + PPPOE_THREAD_SIZE; in thread_client_entry() 385 …PoE Server", &ip_server, 0, _nx_ram_network_driver, &pool_server, pointer, PPPOE_THREAD_SIZE, 4); in thread_server_entry() 386 pointer = pointer + PPPOE_THREAD_SIZE; in thread_server_entry()
|