Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dnetlink.hpp21 using ReceiveCallback = typedef
27 void processMsg(std::string_view& msgs, bool& done, ReceiveCallback cb);
29 void performRequest(int protocol, void* data, size_t size, ReceiveCallback cb);
38 size_t receive(int sock, ReceiveCallback cb);
73 ReceiveCallback cb) in performRequest()
H A Dnetlink.cpp26 void processMsg(std::string_view& msgs, bool& done, ReceiveCallback cb) in processMsg()
120 void performRequest(int protocol, void* data, size_t size, ReceiveCallback cb) in performRequest()
129 size_t receive(int sock, ReceiveCallback cb) in receive()