Namespaces
Enumerations
enum Kind
| Name | Value |
|---|---|
| kNetwork | 1u |
| kLink | 2u |
A kind of packet socket.
Defined at line 22 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.packet/fuchsia.posix.socket.packet/cpp/fidl/fuchsia.posix.socket.packet/cpp/common_types.h
enum HardwareType
| Name | Value |
|---|---|
| kNetworkOnly | 1u |
| kEthernet | 2u |
| kLoopback | 3u |
The type of a hardware.
Defined at line 51 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.packet/fuchsia.posix.socket.packet/cpp/fidl/fuchsia.posix.socket.packet/cpp/common_types.h
enum PacketType
| Name | Value |
|---|---|
| kHost | 1u |
| kBroadcast | 2u |
| kMulticast | 3u |
| kOtherHost | 4u |
| kOutgoing | 5u |
The type of a packet.
Defined at line 82 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.packet/fuchsia.posix.socket.packet/cpp/fidl/fuchsia.posix.socket.packet/cpp/common_types.h