Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkMiddleware.c204 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
DFreeRTOS_IP_DiffConfig1_utest.c459 uint32_t ulGatewayAddress; in test_FreeRTOS_GetAddressConfiguration_HappyPath() local
496 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetAddressConfiguration_HappyPath() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3526 uint32_t ulGatewayAddress; in test_FreeRTOS_GetEndPointConfiguration_AllSettings() local
3570 uint32_t ulGatewayAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint() local
3592 uint32_t ulGatewayAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint() local
3610 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetEndPointConfiguration_AllSettings() local
3644 uint32_t ulGatewayAddress = 3; in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint() local
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h92 …uint32_t ulGatewayAddress; /**< The IP-address of the ga… member
DFreeRTOS_IP_Private.h98 uint32_t ulGatewayAddress; /**< The gateway address */ member
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c708 uint32_t ulGatewayAddress; in handle_dnsq() local
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP.c2383 void FreeRTOS_SetGatewayAddress( uint32_t ulGatewayAddress ) in FreeRTOS_SetGatewayAddress()