Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp85 using nlSocketPtr = std::unique_ptr<nl_sock, decltype(&::nl_socket_free)>; in __anon66112f010102()
286 nlSocketPtr socket(nl_socket_alloc(), &::nl_socket_free); in applyCmd()
78 using nlSocketPtr = std::unique_ptr<nl_sock, decltype(&::nl_socket_free)>; global() typedef