Home
last modified time | relevance | path

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

/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A Dplus_tcp_hooks_winsim.c182 uint8_t ucIPAddress[ 4 ]; in vPlatformInitIpStack() local
195 ucIPAddress[ 0 ] = configIP_ADDR0; in vPlatformInitIpStack()
196 ucIPAddress[ 1 ] = configIP_ADDR1; in vPlatformInitIpStack()
197 ucIPAddress[ 2 ] = configIP_ADDR2; in vPlatformInitIpStack()
198 ucIPAddress[ 3 ] = configIP_ADDR3; in vPlatformInitIpStack()
226 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in vPlatformInitIpStack()
237 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in vPlatformInitIpStack()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/
A Dmain.c78 static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_… variable
154 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in main()
165 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain_networking.c97 static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_… variable
167 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in main_tcp_echo_client_tasks()
178 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main_tcp_echo_client_tasks()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A Dmain_networking.c87 static const uint8_t ucIPAddress[ 4 ] = variable
180 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in main_tcp_echo_client_tasks()
191 …xReturn = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main_tcp_echo_client_tasks()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/
A Dmain.c111 static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_… variable
181 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in main()
192 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/
A Dmain.c97 static const uint8_t ucIPAddress[ 4 ] = variable
152 ucIPAddress, in main()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/
A Dmain.c97 static const uint8_t ucIPAddress[ 4 ] = variable
152 ucIPAddress, in main()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/
A DUDPCommandServer.c88 extern const uint8_t ucIPAddress[ 4 ]; in vUDPCommandInterpreterTask()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dmain.c132 static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_… variable
220 …FreeRTOS_FillEndPoint( &( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGate… in main()

Completed in 27 milliseconds