Searched refs:txpacket (Results 1 – 2 of 2) sorted by relevance
/components/net/lwip/lwip-2.1.2/test/unit/dhcp/ |
A D | test_dhcp.c | 118 static int txpacket; variable 191 txpacket = 0; in dhcp_setup() 244 txpacket++; in lwip_tx_func() 264 switch (txpacket) { in lwip_tx_func() 286 if (txpacket == 1) { in lwip_tx_func() 345 switch (txpacket) { in lwip_tx_func() 764 fail_unless(txpacket == 2, "txpkt = %d, should be 2", txpacket); in START_TEST() 785 fail_unless(txpacket == 5, "txpacket = %d", txpacket); in START_TEST() 792 fail_unless(txpacket == 6, "txpacket = %d", txpacket); in START_TEST() 798 fail_unless(txpacket == 7, "txpacket = %d", txpacket); in START_TEST() [all …]
|
/components/net/lwip/lwip-2.0.3/test/unit/dhcp/ |
A D | test_dhcp.c | 118 static int txpacket; variable 190 txpacket = 0; in dhcp_setup() 241 txpacket++; in lwip_tx_func() 261 switch (txpacket) { in lwip_tx_func() 283 if (txpacket == 1) { in lwip_tx_func() 342 switch (txpacket) { in lwip_tx_func() 752 fail_unless(txpacket == 2, "txpkt = %d, should be 2", txpacket); in START_TEST() 773 fail_unless(txpacket == 5, "txpacket = %d", txpacket); in START_TEST() 780 fail_unless(txpacket == 6, "txpacket = %d", txpacket); in START_TEST() 786 fail_unless(txpacket == 7, "txpacket = %d", txpacket); in START_TEST() [all …]
|
Completed in 26 milliseconds