Query: upscli_splitaddr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UPSCLI_SPLITADDR(3) NUT Manual UPSCLI_SPLITADDR(3)NAMEupscli_splitaddr - split a listening address into its componentsSYNOPSIS#include <upsclient.h> int upscli_splitaddr(const char *buf, char **hostname, int *port)DESCRIPTIONThe 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.FORMATTINGA listening address definition is specified according to this format: <hostname>[:<port>] Definitions without an explicit port value receive the default value of 3493.MEMORY USAGEYou must free(3) the pointer hostname when you are done with it to avoid memory leaks.RETURN VALUEThe upscli_splitaddr() function returns 0 on success, or -1 if an error occurs.SEE ALSOupscli_fd(3), upscli_get(3), upscli_readline(3), upscli_sendline(3), upscli_splitname(3), upscli_ssl(3), upscli_strerror(3), upscli_upserror(3) Network UPS Tools 05/22/2012 UPSCLI_SPLITADDR(3)
Related Man Pages |
---|
upsclient(3) - freebsd |
upscli_splitaddr(3) - freebsd |
upscli_splitname(3) - freebsd |
upscli_splitname(3) - opensolaris |
upscli_splitaddr(3) - posix |
Similar Topics in the Unix Linux Community |
---|
VNC Server http listening port |
What are you listening to right now? |
What prot is a process listening on? |
Find file that maps to a listening port |
Sendmail issue |