Searched refs:performRequest (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | netlink.hpp | 29 void performRequest(int protocol, void* data, size_t size, ReceiveCallback cb); 72 void performRequest(int protocol, uint16_t type, uint16_t flags, const T& msg, in performRequest() function 87 detail::performRequest(protocol, &data, sizeof(data), cb); in performRequest()
|
H A D | rtnetlink_server.cpp | 132 performRequest(NETLINK_ROUTE, RTM_GETLINK, NLM_F_DUMP, ifinfomsg{}, cb); 133 performRequest(NETLINK_ROUTE, RTM_GETADDR, NLM_F_DUMP, ifaddrmsg{}, cb); 134 performRequest(NETLINK_ROUTE, RTM_GETROUTE, NLM_F_DUMP, rtmsg{}, cb); 135 performRequest(NETLINK_ROUTE, RTM_GETNEIGH, NLM_F_DUMP, ndmsg{}, cb);
|
H A D | system_queries.cpp | 124 netlink::performRequest( in deleteIntf()
|
H A D | netlink.cpp | 120 void performRequest(int protocol, void* data, size_t size, ReceiveCallback cb) in performRequest() function
|
/openbmc/phosphor-networkd/test/ |
H A D | test_netlink.cpp | 312 netlink::performRequest(NETLINK_ROUTE, RTM_GETLINK, NLM_F_DUMP, msg, in doLinkDump()
|