Home
last modified time | relevance | path

Searched refs:ppxResult (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_DNS.h120 … struct freertos_addrinfo ** ppxResult, /* An allocated struct, containing the results. */
148 … struct freertos_addrinfo ** ppxResult ); /* An allocated struct, containing the results. */
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS.c251 … struct freertos_addrinfo ** ppxResult ) /* An allocated struct, containing the results. */ in FreeRTOS_getaddrinfo() argument
254 return FreeRTOS_getaddrinfo_a( pcName, pcService, pxHints, ppxResult, NULL, NULL, 0U ); in FreeRTOS_getaddrinfo()
366 … struct freertos_addrinfo ** ppxResult, /* An allocated struct, containing the results. */ in FreeRTOS_getaddrinfo_a() argument
383 … struct freertos_addrinfo ** ppxResult ) /* An allocated struct, containing the results. */ in FreeRTOS_getaddrinfo_a()
393 if( ppxResult != NULL ) in FreeRTOS_getaddrinfo_a()
395 *( ppxResult ) = NULL; in FreeRTOS_getaddrinfo_a()
421 … ulResult = prvPrepareLookup( pcName, ppxResult, xFamily, pCallback, pvSearchID, uxTimeout ); in FreeRTOS_getaddrinfo_a()
425 ulResult = prvPrepareLookup( pcName, ppxResult, xFamily ); in FreeRTOS_getaddrinfo_a()
431 if( *( ppxResult ) != NULL ) in FreeRTOS_getaddrinfo_a()