Searched refs:LNN_LOOPBACK_IFNAME (Results 1 – 3 of 3) sorted by relevance
351 if (SetLocalIpInfo(LNN_LOOPBACK_IP, LNN_LOOPBACK_IFNAME) != SOFTBUS_OK) { in ReleaseMainPort()360 if (strcmp(ifName, LNN_LOOPBACK_IFNAME) == 0) { in RequestMainPort()375 if (strcmp(oldMainIf, ifName) != 0 && strcmp(oldMainIf, LNN_LOOPBACK_IFNAME) != 0) { in RequestMainPort()685 if (SetLocalIpInfo(LNN_LOOPBACK_IP, LNN_LOOPBACK_IFNAME) != SOFTBUS_OK) { in LnnInitIpProtocol()
413 if (strncmp(ifName, LNN_LOOPBACK_IFNAME, strlen(LNN_LOOPBACK_IFNAME)) == 0) { in RestartCoapDiscovery()
34 #define LNN_LOOPBACK_IFNAME "lo" macro