olsr::sys::Socket Member List
This is the complete list of members for
olsr::sys::Socket, including all inherited members.
| _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 | [inline] |
| bind(const addr_t &addr, port_t port, unsigned index=0) | olsr::sys::Socket | [inline] |
| bind_multicast(const RealInterfaceInfo &info, const address_t &a, port_t port) | olsr::sys::Socket | [inline] |
| bind_to_device(const std::string &name) | olsr::sys::Socket | [inline] |
| close() | olsr::sys::Socket | [inline] |
| connect(const sockaddr_t &sin) | olsr::sys::Socket | [inline] |
| connect(const addr_t &addr, port_t port) | olsr::sys::Socket | [inline] |
| 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 | [inline] |
| port_t typedef | olsr::sys::Socket | |
| read_p() const | olsr::sys::Socket | [inline] |
| receive(address_t &sender) const | olsr::sys::Socket | [inline] |
| send(const utl::ConstData &d) const | olsr::sys::Socket | [inline] |
| sendto(const utl::ConstData &d, const address_t::sockaddr_t &s) const | olsr::sys::Socket | [inline] |
| sendto_bcast(const utl::ConstData &d) const | olsr::sys::Socket | [inline] |
| 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 | [inline] |
| set_priority() | olsr::sys::Socket | [inline] |
| sockaddr_t typedef | olsr::sys::Socket | |
| Socket(_dummy_values) | olsr::sys::Socket | [inline, private] |
| Socket() | olsr::sys::Socket | [inline] |
| Socket(unsigned mtu) | olsr::sys::Socket | [inline] |
| Socket(unsigned mtu, const addr_t &addr, port_t port) | olsr::sys::Socket | [inline] |
| Socket(unsigned mtu, const std::string &host, port_t port) | olsr::sys::Socket | [inline] |
| Socket(unsigned mtu, const char *host, port_t port) | olsr::sys::Socket | [inline] |
| This typedef | olsr::sys::Socket | [private] |
| write_p() const | olsr::sys::Socket | [inline] |