Searched refs:LinkLayerSocketDevice (Results 1 – 4 of 4) sorted by relevance
29 class LinkLayerSocketDevice : public Device {31 LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type);32 LinkLayerSocketDevice(LinkLayerSocketDevice&& s) = default;33 virtual ~LinkLayerSocketDevice() = default;36 return std::make_shared<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
29 LinkLayerSocketDevice::LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type) in LinkLayerSocketDevice() function in test_vendor_lib::LinkLayerSocketDevice34 void LinkLayerSocketDevice::TimerTick() { in TimerTick()66 void LinkLayerSocketDevice::IncomingPacket( in IncomingPacket()
225 std::vector<LinkLayerSocketDevice> servers_;226 std::vector<LinkLayerSocketDevice> clients_;
168 std::shared_ptr<Device> dev = LinkLayerSocketDevice::Create(socket_fd, phy_type); in AddLinkLayerConnection()