DEFAULT_TRANSPORT_PORT | stumpless::NetworkTarget | static |
DEFAULT_UDP_MAX_MESSAGE_SIZE | stumpless::NetworkTarget | static |
equivalent | stumpless::NetworkTarget | |
GetDefaultAppName(void) | stumpless::NetworkTarget | |
GetDefaultFacility(void) | stumpless::NetworkTarget | |
GetDefaultMsgid(void) | stumpless::NetworkTarget | |
GetDestination(void) | stumpless::NetworkTarget | |
GetFilter(void) | stumpless::NetworkTarget | |
GetMask(void) | stumpless::NetworkTarget | |
GetName(void) | stumpless::NetworkTarget | |
GetOption(int option) | stumpless::NetworkTarget | |
GetTransportPort(void) | stumpless::NetworkTarget | |
GetUdpMaxMessageSize(void) | stumpless::NetworkTarget | |
IsOpen(void) | stumpless::NetworkTarget | |
Log(const char *message,...) | stumpless::NetworkTarget | |
Log(int priority, const char *message,...) | stumpless::NetworkTarget | |
Log(Facility facility, Severity severity, const char *message,...) | stumpless::NetworkTarget | |
Log(Entry entry) | stumpless::NetworkTarget | |
NetworkTarget(struct stumpless_target *equivalent) | stumpless::NetworkTarget | |
NetworkTarget(const char *name, const char *destination, NetworkProtocol network_protocol, TransportProtocol transport_protocol) | stumpless::NetworkTarget | |
NewPausedTarget(const char *name, NetworkProtocol network_protocol, TransportProtocol transport_protocol) | stumpless::NetworkTarget | static |
NewPausedTcp4Target(const char *name) | stumpless::NetworkTarget | static |
NewPausedTcp6Target(const char *name) | stumpless::NetworkTarget | static |
NewPausedUdp4Target(const char *name) | stumpless::NetworkTarget | static |
NewPausedUdp6Target(const char *name) | stumpless::NetworkTarget | static |
Open(void) | stumpless::NetworkTarget | |
OpenTcp4Target(const char *name, const char *destination) | stumpless::NetworkTarget | static |
OpenTcp6Target(const char *name, const char *destination) | stumpless::NetworkTarget | static |
OpenUdp4Target(const char *name, const char *destination) | stumpless::NetworkTarget | static |
OpenUdp6Target(const char *name, const char *destination) | stumpless::NetworkTarget | static |
SetDefaultAppName(const char *app_name) | stumpless::NetworkTarget | |
SetDefaultFacility(int facility) | stumpless::NetworkTarget | |
SetDefaultMsgid(const char *msgid) | stumpless::NetworkTarget | |
SetDestination(const char *destination) | stumpless::NetworkTarget | |
SetFilter(stumpless_filter_func_t filter) | stumpless::NetworkTarget | |
SetMask(int mask) | stumpless::NetworkTarget | |
SetOption(int option) | stumpless::NetworkTarget | |
SetTransportPort(const char *port) | stumpless::NetworkTarget | |
SetUdpMaxMessageSize(size_t max_msg_size) | stumpless::NetworkTarget | |
UnsetOption(int option) | stumpless::NetworkTarget | |
~NetworkTarget(void) | stumpless::NetworkTarget | |