2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef NET_L2_PHY_PHYSICALSOCKET_H
21#define NET_L2_PHY_PHYSICALSOCKET_H
23#include "net/l2/SocketAddress.h"
24#include "net/phy/PhysicalSocket.h"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30namespace net::l2::
phy {
32 template <
template <
typename SocketAddressT>
typename PhysicalPeerSocketT>
35 using Super = PhysicalPeerSocketT<net::l2::SocketAddress>;
46extern template class net::phy::PhysicalSocket<net::l2::SocketAddress>;
PhysicalSocket(PhysicalSocket &&) noexcept=default
PhysicalSocket(int type, int protocol)
~PhysicalSocket() override
PhysicalSocket(PhysicalSocket &&) noexcept=default
int shutdown(typename Super::SHUT how)
~PhysicalSocket() override