Searched refs:gLocalInterface (Results 1 – 3 of 3) sorted by relevance
54 const char *gLocalInterface = UTILS_SOCKET_LOCAL_HOST_ADDR; variable366 …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()
54 extern const char *gLocalInterface; ///< Local interface name or address to use for sockets
160 gLocalInterface = optarg; in otSysInit()