Searched refs:LinkLayerSocketDevice (Results 1 – 4 of 4) sorted by relevance
30 class LinkLayerSocketDevice : public Device {32 LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type);33 LinkLayerSocketDevice(LinkLayerSocketDevice&& s) = default;34 virtual ~LinkLayerSocketDevice() = default;37 return std::make_shared<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
33 LinkLayerSocketDevice::LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type) in LinkLayerSocketDevice() function in test_vendor_lib::LinkLayerSocketDevice36 void LinkLayerSocketDevice::TimerTick() { in TimerTick()62 void LinkLayerSocketDevice::IncomingPacket(packets::LinkLayerPacketView packet) { in IncomingPacket()
235 std::vector<LinkLayerSocketDevice> servers_;236 std::vector<LinkLayerSocketDevice> clients_;
143 std::shared_ptr<Device> dev = LinkLayerSocketDevice::Create(socket_fd, phy_type); in AddLinkLayerConnection()