Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dsimul_utils.c54 const char *gLocalInterface = UTILS_SOCKET_LOCAL_HOST_ADDR; variable
366 …if (!TryInitSocketIfname(aSocket, gLocalInterface) && !TryInitSocketIp4(aSocket, gLocalInterface) … in utilsInitSocket()
367 !TryInitSocketIp6(aSocket, gLocalInterface)) in utilsInitSocket()
369 fprintf(stderr, "Failed to simulate node %d on %s\n", gNodeId, gLocalInterface); in utilsInitSocket()
Dsimul_utils.h54 extern const char *gLocalInterface; ///< Local interface name or address to use for sockets
Dsystem.c160 gLocalInterface = optarg; in otSysInit()