SNode.C
|
#include <Socket.h>
Private Types | |
using | Super = net::un::phy::PhysicalSocket<net::phy::dgram::PeerSocket> |
net::un::dgram::Socket::Socket | ( | ) |
Definition at line 34 of file Socket.cpp.
References Socket().
Referenced by Socket().
|
override |
Definition at line 38 of file Socket.cpp.
ssize_t net::un::dgram::Socket::recvFd | ( | int * | recvfd | ) |
Definition at line 75 of file Socket.cpp.
ssize_t net::un::dgram::Socket::sendFd | ( | SocketAddress && | destAddress, |
int | sendfd ) |
Definition at line 41 of file Socket.cpp.
References sendFd().
ssize_t net::un::dgram::Socket::sendFd | ( | SocketAddress & | destAddress, |
int | sendfd ) |
Definition at line 45 of file Socket.cpp.
Referenced by sendFd().