コード例 #1
0
ファイル: packet_view.hpp プロジェクト: hioa-cs/IncludeOS
 net::Socket destination() const noexcept
 { return {ip_dst(), dst_port()}; }
コード例 #2
0
ファイル: packet_udp.hpp プロジェクト: AnnikaH/IncludeOS
 Socket destination() const
 { return Socket{ip_dst(), dst_port()}; }