Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h468 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily,
472 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily,
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2330 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_pton_IncorrectAddressFamily() local
2334 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, pvDestination ); in test_FreeRTOS_inet_pton_IncorrectAddressFamily()
2345 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_Octal() local
2349 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_Octal()
2361 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_HappyPath() local
2365 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_HappyPath()
2377 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_ntop_IncorrectAddrFamily() local
2382 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectAddrFamily()
2393 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_ntop_IncorrectSize() local
2398 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectSize()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2398 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily, in FreeRTOS_inet_pton() argument
2405 switch( xAddressFamily ) in FreeRTOS_inet_pton()
2435 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily, in FreeRTOS_inet_ntop() argument
2443 switch( xAddressFamily ) in FreeRTOS_inet_ntop()