Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dresolver.cpp320 …VerifyOrExit(otSysGetInfraNetifName() != nullptr, LogDebg("No infra network interface available")); in CreateUdpSocket()
324 …if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, otSysGetInfraNetifName(), strlen(otSysGetInfraNeti… in CreateUdpSocket()
326 …LogDebg("Failed to bind the UDP socket to infra interface %s: %s", otSysGetInfraNetifName(), strer… in CreateUdpSocket()
Dudp.cpp322 if (otSysGetInfraNetifName() == nullptr || otSysGetInfraNetifName()[0] == '\0') in otPlatUdpBindToNetif()
328 VerifyOrExit(setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, otSysGetInfraNetifName(), in otPlatUdpBindToNetif()
329 strlen(otSysGetInfraNetifName())) == 0, in otPlatUdpBindToNetif()
Dmulticast_routing.cpp164 ipv6mr.ipv6mr_interface = if_nametoindex(otSysGetInfraNetifName()); in UpdateMldReport()
Dinfra_if.cpp113 const char *otSysGetInfraNetifName(void) { return ot::Posix::InfraNetif::Get().GetNetifName(); } in otSysGetInfraNetifName() function
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h217 const char *otSysGetInfraNetifName(void);