Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c1560 const char * pcMethodName; in showEndPoint() local
1576 pcMethodName = "DHCP"; in showEndPoint()
1580 pcMethodName = "RA"; in showEndPoint()
1584 pcMethodName = "static"; in showEndPoint()
1602 …nt : up = %s method %s\n", ( pxEndPoint->bits.bEndPointUp != 0 ) ? "yes" : "no", pcMethodName ) ); in showEndPoint()
1622 … "End-point : up = %s method %s\n", pxEndPoint->bits.bEndPointUp ? "yes" : "no", pcMethodName ) ); in showEndPoint()