Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

upscli_splitaddr(3) [debian man page]

UPSCLI_SPLITADDR(3)						    NUT Manual						       UPSCLI_SPLITADDR(3)

NAME
upscli_splitaddr - split a listening address into its components SYNOPSIS
#include <upsclient.h> int upscli_splitaddr(const char *buf, char **hostname, int *port) DESCRIPTION
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. FORMATTING
A listening address definition is specified according to this format: <hostname>[:<port>] Definitions without an explicit port value receive the default value of 3493. MEMORY USAGE
You must free(3) the pointer hostname when you are done with it to avoid memory leaks. RETURN VALUE
The upscli_splitaddr() function returns 0 on success, or -1 if an error occurs. SEE ALSO
upscli_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)

Check Out this Related Man Page

UPSCLI_SPLITADDR(3)						    NUT Manual						       UPSCLI_SPLITADDR(3)

NAME
upscli_splitaddr - split a listening address into its components SYNOPSIS
#include <upsclient.h> int upscli_splitaddr(const char *buf, char **hostname, int *port) DESCRIPTION
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. FORMATTING
A listening address definition is specified according to this format: <hostname>[:<port>] Definitions without an explicit port value receive the default value of 3493. MEMORY USAGE
You must free(3) the pointer hostname when you are done with it to avoid memory leaks. RETURN VALUE
The upscli_splitaddr() function returns 0 on success, or -1 if an error occurs. SEE ALSO
upscli_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)
Man Page

7 More Discussions You Might Find Interesting

1. Linux

VNC Server http listening port

Hi All, I'm running RH 9.0 on a PII box with 160MB RAM. Just downloaded RealVNC X86 Linux (version 3.3.7). How can I get the HTTP listening port up ? Thanks, KENT (6 Replies)
Discussion started by: kxchen_home
6 Replies

2. What is on Your Mind?

What are you listening to right now?

This is has been posted many times before... It is not in this forum as of now, so I have decided to put it here :D I'm listening to The Outsiders (AKA Hell is for Heros Part I) by Modern Life is War.... what about ya'll? (4 Replies)
Discussion started by: Mars8082686
4 Replies

3. UNIX for Dummies Questions & Answers

What prot is a process listening on?

Hi, Bit of a newbie question . . . How can I detrimine what TCP port a particular process is listening on? TIA. (2 Replies)
Discussion started by: Le Badger
2 Replies

4. Shell Programming and Scripting

Find file that maps to a listening port

On my VPS server I have a port that is open and is listening for a 'status' command when you connect to it to like so... $ telnet host 1900 Trying host... Connected to host. Escape character is '^]'. status QMAIL;OK APACHE;OK HTTPD;OK CRON;OK Wondering if what command I can attempt... (2 Replies)
Discussion started by: phpfreak
2 Replies

5. UNIX for Dummies Questions & Answers

Processes listening on Ports(Solaris)

Howdy Experts, This is my first post here and I am posting because I have not been able to find an answer for this question. How do you find out what process is listening on a given port? I do not have "lsof" available and how do we find this out without logging in as Root. I know that this... (5 Replies)
Discussion started by: KingaKoopa
5 Replies

6. AIX

Sendmail issue

My aix boxes have the port 25 listening and I want to bock that. But before that I want to check the recent logs of the sendmail activity and any open sockets using the port. Please advise. (1 Reply)
Discussion started by: ranasarkar
1 Replies

7. AIX

Process running but not listening

Hello guys I am experiencing a very strange behavior on one of our AIX servers. We have an application with several processes that listen on several port numbers. Sometimes we receive complains that people cannot connect to the server on a specific port that is used by one the application... (6 Replies)
Discussion started by: abohmeed
6 Replies