30 #ifndef __ZMQ_TIPC_ADDRESS_HPP_INCLUDED__    31 #define __ZMQ_TIPC_ADDRESS_HPP_INCLUDED__    35 #include "platform.hpp"    37 #if defined ZMQ_HAVE_TIPC    39 #include <sys/socket.h>    40 #include <linux/tipc.h>    50         tipc_address_t (
const sockaddr *sa, socklen_t sa_len);
    54         int resolve (
const char *name);
    57         int to_string (std::string &addr_);
    59         const sockaddr *addr () 
const;
    60         socklen_t addrlen () 
const;
    66         tipc_address_t (
const tipc_address_t&);
    67         const tipc_address_t &operator = (
const tipc_address_t&);