Home
last modified time | relevance | path

Searched refs:srp_client (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A D0001-fix-build-on-GCC-14-for-yocto.patch36 src/core/net/srp_client.cpp | 2 +
37 src/core/net/srp_client.hpp | 2 +-
205 diff --git a/src/core/net/srp_client.cpp b/src/core/net/srp_client.cpp
207 --- a/src/core/net/srp_client.cpp
208 +++ b/src/core/net/srp_client.cpp
218 diff --git a/src/core/net/srp_client.hpp b/src/core/net/srp_client.hpp
220 --- a/src/core/net/srp_client.hpp
221 +++ b/src/core/net/srp_client.hpp
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c153 static struct ib_client srp_client = { variable
4075 ib_set_client_data(device, &srp_client, srp_dev); in srp_add_one()
4189 ret = ib_register_client(&srp_client); in srp_init_module()
4212 ib_unregister_client(&srp_client); in srp_cleanup_module()