Searched refs:NETLINK_ADDRESS (Results 1 – 1 of 1) sorted by relevance
88 const sockaddr_nl NETLINK_ADDRESS = {AF_NETLINK, 0, 0, 0}; variable202 connect(sock, reinterpret_cast<const sockaddr*>(&NETLINK_ADDRESS), in sendNetlinkRequest()203 sizeof(NETLINK_ADDRESS)) != -1 && in sendNetlinkRequest()