Searched refs:pucSocketProps (Results 1 – 1 of 1) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_Sockets.c | 108 static char pucSocketProps[ 92 ]; variable 2191 … ( void ) snprintf( pucSocketProps, sizeof( pucSocketProps ), "%xip port %u to %xip port %u", in prvSocketProps() 2201 … ( void ) snprintf( pucSocketProps, sizeof( pucSocketProps ), "%pip port %u to %pip port %u", in prvSocketProps() 2223 ( void ) snprintf( pucSocketProps, sizeof( pucSocketProps ), in prvSocketProps() 2232 ( void ) snprintf( pucSocketProps, sizeof( pucSocketProps ), in prvSocketProps() 2249 return pucSocketProps; in prvSocketProps()
|