_baddr | olsr::sys::Socket | [private] |
_dummy | olsr::sys::Socket | [private, static] |
_dummy_val enum value | olsr::sys::Socket | [private] |
_dummy_values enum name | olsr::sys::Socket | [private] |
_fd | olsr::sys::Socket | [private] |
_index | olsr::sys::Socket | [private] |
_mtu | olsr::sys::Socket | [private] |
addr_t typedef | olsr::sys::Socket | |
bind(const sockaddr_t &sin) | olsr::sys::Socket | |
bind(const addr_t &addr, port_t port, unsigned index=0) | olsr::sys::Socket | |
bind_multicast(const RealInterfaceInfo &info, const address_t &a, port_t port) | olsr::sys::Socket | |
bind_to_device(const std::string &name) | olsr::sys::Socket | |
close() | olsr::sys::Socket | |
connect(const sockaddr_t &sin) | olsr::sys::Socket | |
connect(const addr_t &addr, port_t port) | olsr::sys::Socket | |
dummy() | olsr::sys::Socket | [inline, static] |
init() | olsr::sys::Socket | [private] |
mtu() const | olsr::sys::Socket | [inline] |
operator<(const This &rhs) const | olsr::sys::Socket | |
port_t typedef | olsr::sys::Socket | |
read_p() const | olsr::sys::Socket | |
receive(address_t &sender) const | olsr::sys::Socket | |
send(const utl::ConstData &d) const | olsr::sys::Socket | |
sendto(const utl::ConstData &d, const address_t::sockaddr_t &s) const | olsr::sys::Socket | |
sendto_bcast(const utl::ConstData &d) const | olsr::sys::Socket | |
set_baddr(const address_t &a) | olsr::sys::Socket | [inline] |
set_mtu(unsigned mtu) | olsr::sys::Socket | [inline] |
set_multicast(const RealInterfaceInfo &info) | olsr::sys::Socket | |
sockaddr_t typedef | olsr::sys::Socket | |
Socket(_dummy_values) | olsr::sys::Socket | [private] |
Socket() | olsr::sys::Socket | |
Socket(unsigned mtu) | olsr::sys::Socket | |
Socket(unsigned mtu, const addr_t &addr, port_t port) | olsr::sys::Socket | |
Socket(unsigned mtu, const std::string &host, port_t port) | olsr::sys::Socket | |
Socket(unsigned mtu, const char *host, port_t port) | olsr::sys::Socket | |
This typedef | olsr::sys::Socket | [private] |
write_p() const | olsr::sys::Socket | |