Home
last modified time | relevance | path

Searched defs:ulGatewayAddress (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkMiddleware.c204 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook() local
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP.c2126 void FreeRTOS_SetGatewayAddress( uint32_t ulGatewayAddress ) in FreeRTOS_SetGatewayAddress()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c496 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in test_FreeRTOS_GetAddressConfiguration_HappyPath() local
3037 uint32_t ulGatewayAddress; in test_FreeRTOS_GetGatewayAddress() local
3091 uint32_t ulGatewayAddress = 0x1234ABCD; in test_FreeRTOS_SetGatewayAddress() local
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h65 uint32_t ulGatewayAddress; /**< The gateway address */ member