osf1 man page for bindresvport

Query: bindresvport

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

bindresvport(3) 					     Library Functions Manual						   bindresvport(3)

NAME
bindresvport - bind a socket to a privileged IP port
SYNOPSIS
#include <sys/types.h> #include <netinet/in.h> #include <unistd.h> int bindresvport(sd, sin) int sd; struct sockaddr_in *sin;
DESCRIPTION
bindresvport() is used to bind a socket descriptor to a privileged IP port, that is, a port number in the range 0-1023. The routine returns 0 if it is successful, otherwise -1 is returned and errno set to reflect the cause of the error. This routine differs with rresv- port (see rcmd(3)) in that this works for any IP socket, whereas rresvport() only works for TCP. Only root can bind to a privileged port; this call will fail for any other users.
RELATED INFORMATION
rcmd(3) delim off bindresvport(3)
Related Man Pages
bindresvport(3) - linux
bindresvport_sa(3) - freebsd
rcmd(3x) - ultrix
rresvport_af(3) - osf1
bindresvport(3) - freebsd
Similar Topics in the Unix Linux Community
ls -l /directory/path | grep -f filter.txt NOT WORKING