Home
last modified time | relevance | path

Searched refs:pulGatewayAddress (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h337 uint32_t * pulGatewayAddress,
342 const uint32_t * pulGatewayAddress,
357 uint32_t * pulGatewayAddress,
363 const uint32_t * pulGatewayAddress,
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/stubs/
Dfreertos_api.c341 uint32_t * pulGatewayAddress, in FreeRTOS_GetAddressConfiguration() argument
354 if( pulGatewayAddress != NULL ) in FreeRTOS_GetAddressConfiguration()
356 *pulGatewayAddress = nondet_unint32(); in FreeRTOS_GetAddressConfiguration()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP.c1067 uint32_t * pulGatewayAddress, in FreeRTOS_GetEndPointConfiguration() argument
1085 if( pulGatewayAddress != NULL ) in FreeRTOS_GetEndPointConfiguration()
1087 *pulGatewayAddress = pxEndPoint->ipv4_settings.ulGatewayAddress; in FreeRTOS_GetEndPointConfiguration()
1113 uint32_t * pulGatewayAddress, in FreeRTOS_GetAddressConfiguration() argument
1124 pulGatewayAddress, pulDNSServerAddress, pxEndPoint ); in FreeRTOS_GetAddressConfiguration()
1142 const uint32_t * pulGatewayAddress, in FreeRTOS_SetEndPointConfiguration() argument
1160 if( pulGatewayAddress != NULL ) in FreeRTOS_SetEndPointConfiguration()
1162 pxEndPoint->ipv4_settings.ulGatewayAddress = *pulGatewayAddress; in FreeRTOS_SetEndPointConfiguration()
1188 const uint32_t * pulGatewayAddress, in FreeRTOS_SetAddressConfiguration() argument
1199 pulGatewayAddress, pulDNSServerAddress, pxEndPoint ); in FreeRTOS_SetAddressConfiguration()