Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dsimul_utils.c295 static bool TryInitSocketIp4(utilsSocket *aSocket, const char *aLocalInterface) in TryInitSocketIp4() function
366 …if (!TryInitSocketIfname(aSocket, gLocalInterface) && !TryInitSocketIp4(aSocket, gLocalInterface) … in utilsInitSocket()