Query: bindresvport
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BINDRESVPORT(3) Library Functions Manual BINDRESVPORT(3)NAMEbindresvport - bind a socket to a privileged IP portSYNOPSIS#include <sys/types.h> #include <netinet/in.h> int bindresvport(sd, sin) int sd; struct sockaddr_in *sin;DESCRIPTIONbindresvport() 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. Only root can bind to a privileged port; this call will fail for any other users. 1987-11-22 BINDRESVPORT(3)
Related Man Pages |
---|
bindresvport(3) - centos |
bindresvport(3) - netbsd |
bindresvport_sa(3) - netbsd |
rresvport_af(3) - osf1 |
bindresvport(3) - osx |
Similar Topics in the Unix Linux Community |
---|
ls -l /directory/path | grep -f filter.txt NOT WORKING |