Searched refs:nlSocketPtr (Results 1 – 1 of 1) sorted by relevance
85 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