Searched refs:ucGatewayAddress (Results 1 – 8 of 8) sorted by relevance
| /FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/ |
| A D | plus_tcp_hooks_winsim.c | 186 uint8_t ucGatewayAddress[ 4 ]; in vPlatformInitIpStack() local 205 ucGatewayAddress[ 0 ] = configGATEWAY_ADDR0; in vPlatformInitIpStack() 206 ucGatewayAddress[ 1 ] = configGATEWAY_ADDR1; in vPlatformInitIpStack() 207 ucGatewayAddress[ 2 ] = configGATEWAY_ADDR2; in vPlatformInitIpStack() 208 ucGatewayAddress[ 3 ] = configGATEWAY_ADDR3; in vPlatformInitIpStack() 226 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… 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 D | main.c | 80 static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATE… variable 154 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… in main() 165 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/ |
| A D | main_networking.c | 99 static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATE… variable 167 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… 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 D | main_networking.c | 101 static const uint8_t ucGatewayAddress[ 4 ] = variable 180 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… 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 D | main.c | 113 static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATE… variable 181 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… in main() 192 …xResult = FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddr… in main()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/ |
| A D | main.c | 111 static const uint8_t ucGatewayAddress[ 4 ] = variable 154 ucGatewayAddress, in main()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/ |
| A D | main.c | 111 static const uint8_t ucGatewayAddress[ 4 ] = variable 154 ucGatewayAddress, in main()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | main.c | 134 static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATE… variable 220 …( xInterfaces[ 0 ] ), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerA… in main()
|
Completed in 25 milliseconds