/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/ |
A D | plus_tcp_hooks_winsim.c | 185 uint8_t ucDNSServerAddress[ 4 ]; in vPlatformInitIpStack() local 200 ucDNSServerAddress[ 0 ] = configDNS_SERVER_ADDR0; in vPlatformInitIpStack() 201 ucDNSServerAddress[ 1 ] = configDNS_SERVER_ADDR1; in vPlatformInitIpStack() 202 ucDNSServerAddress[ 2 ] = configDNS_SERVER_ADDR2; in vPlatformInitIpStack() 203 ucDNSServerAddress[ 3 ] = configDNS_SERVER_ADDR3; in vPlatformInitIpStack() 226 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… 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 | 81 static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, co… variable 154 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… 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 | 100 static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, co… variable 167 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… 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 | 108 static const uint8_t ucDNSServerAddress[ 4 ] = variable 180 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… 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 | 114 static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, co… variable 181 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… 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 | 118 static const uint8_t ucDNSServerAddress[ 4 ] = variable 155 ucDNSServerAddress, in main()
|
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/ |
A D | main.c | 118 static const uint8_t ucDNSServerAddress[ 4 ] = variable 155 ucDNSServerAddress, in main()
|
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
A D | main.c | 135 static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, co… variable 220 …), &( xEndPoints[ 0 ] ), ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddres… in main() 308 …&( xEndPoints[ 3 ] ), ucIPAddress2, ucNetMask2, ucGatewayAddress2, ucDNSServerAddress, ucMACAddres… in main()
|