Searched defs:ulGatewayAddress (Results 1 – 4 of 4) sorted by relevance
204 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook() local
2126 void FreeRTOS_SetGatewayAddress( uint32_t ulGatewayAddress ) in FreeRTOS_SetGatewayAddress()
496 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in test_FreeRTOS_GetAddressConfiguration_HappyPath() local3037 uint32_t ulGatewayAddress; in test_FreeRTOS_GetGatewayAddress() local3091 uint32_t ulGatewayAddress = 0x1234ABCD; in test_FreeRTOS_SetGatewayAddress() local
65 uint32_t ulGatewayAddress; /**< The gateway address */ member