Searched refs:otSysGetInfraNetifName (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | resolver.cpp | 320 …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()
|
D | udp.cpp | 322 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()
|
D | multicast_routing.cpp | 164 ipv6mr.ipv6mr_interface = if_nametoindex(otSysGetInfraNetifName()); in UpdateMldReport()
|
D | infra_if.cpp | 113 const char *otSysGetInfraNetifName(void) { return ot::Posix::InfraNetif::Get().GetNetifName(); } in otSysGetInfraNetifName() function
|
/openthread-latest/src/posix/platform/include/openthread/ |
D | openthread-system.h | 217 const char *otSysGetInfraNetifName(void);
|