Searched defs:ulGatewayAddress (Results 1 – 7 of 7) sorted by relevance
204 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook() local
459 uint32_t ulGatewayAddress; in test_FreeRTOS_GetAddressConfiguration_HappyPath() local496 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetAddressConfiguration_HappyPath() local
3526 uint32_t ulGatewayAddress; in test_FreeRTOS_GetEndPointConfiguration_AllSettings() local3570 uint32_t ulGatewayAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint() local3592 uint32_t ulGatewayAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint() local3610 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetEndPointConfiguration_AllSettings() local3644 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint() local
92 …uint32_t ulGatewayAddress; /**< The IP-address of the ga… member
98 uint32_t ulGatewayAddress; /**< The gateway address */ member
708 uint32_t ulGatewayAddress; in handle_dnsq() local
2383 void FreeRTOS_SetGatewayAddress( uint32_t ulGatewayAddress ) in FreeRTOS_SetGatewayAddress()