Home
last modified time | relevance | path

Searched refs:socketInterface (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp152 std::string socketInterface{}; in getOffloadUri() local
156 socketInterface = in getOffloadUri()
167 return socketInterface; in getOffloadUri()
175 auto socketInterface = getOffloadUri(fileHandle); in writeFromMemory() local
176 int sock = setupUnixSocket(socketInterface); in writeFromMemory()
184 std::remove(socketInterface.c_str()); in writeFromMemory()
201 auto socketInterface = getOffloadUri(fileHandle); in write() local
202 std::remove(socketInterface.c_str()); in write()
205 "INTERFACE", socketInterface, "RC", rc); in write()
311 auto socketInterface = getOffloadUri(fileHandle); in fileAck() local
[all …]
H A Dutils.cpp27 int setupUnixSocket(const std::string& socketInterface) in setupUnixSocket() argument
34 strnlen(socketInterface.c_str(), sizeof(addr.sun_path)); in setupUnixSocket()
38 socketInterface, "LENGTH", interfaceLength); in setupUnixSocket()
42 strncpy(addr.sun_path, socketInterface.c_str(), sizeof(addr.sun_path) - 1); in setupUnixSocket()
H A Dutils.hpp25 int setupUnixSocket(const std::string& socketInterface);