Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_netx_pppoe_client.c64 #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()
Ddemo_netx_pppoe_server.c68 #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/
Dnetx_pppoe_api_extended_test.c16 #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()
Dnetx_pppoe_api_test.c16 #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()
Dnetx_pppoe_basic_test.c25 #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()
Dnetx_pppoe_ac_name_test.c25 #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()
Dnetx_pppoe_session_control_test.c25 #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()