Home
last modified time | relevance | path

Searched defs:xAddressFamily (Results 1 – 2 of 2) sorted by relevance

/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
2345 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_Octal() local
2361 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_HappyPath() local
2377 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_ntop_IncorrectAddrFamily() local
2393 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_ntop_IncorrectSize() local
2409 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_ntop_HappyCase() local
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2398 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily, in FreeRTOS_inet_pton()
2435 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily, in FreeRTOS_inet_ntop()