GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UPSCLI_SPLITADDR(3) NUT Manual UPSCLI_SPLITADDR(3)

upscli_splitaddr - split a listening address into its components

#include <upsclient.h>

int upscli_splitaddr(const char *buf, char **hostname,
                               int *port)

The upscli_splitaddr() function takes a pointer to the raw UPS definition buf and returns pointers to dynamically allocated memory in upsname and hostname. It also copies the port number into port.

A listening address definition is specified according to this format:

<hostname>[:<port>]

Definitions without an explicit port value receive the default value of 3493.

You must free(3) the pointer hostname when you are done with it to avoid memory leaks.

The upscli_splitaddr() function returns 0 on success, or -1 if an error occurs.

upscli_fd(3), upscli_get(3), upscli_readline(3), upscli_sendline(3), upscli_splitname(3), upscli_ssl(3), upscli_strerror(3), upscli_upserror(3)
03/02/2016 Network UPS Tools 2.7.3.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.