BINDRESVPORT

Section: Network Functions (3N)
Updated: 22 noviembre 1987
Index Return to Main Contents


 

NOMBRE

bindresvport - liga un conector (socket) a un puerto IP privilegiado  

SINOPSIS

#include <sys/types.h>
#include <netinet/in.h>

int bindresvport(int sd, struct sockaddr_int *sin);
 

DESCRIPCIÓN

bindresvport() se usa para ligar el descriptor de un conector a un puerto IP privilegiado, es decir, un número de puerto en el intervalo 0-1023. La rutina devuelve 0 en caso de éxito y -1 en caso contrario, asignado a errno un valor que refleje la causa del error.

Sólo el superusuario puede realizar un enlace a un puerto privilegiado. Esta llamada fallará para cualquier otro usuario.


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN

This document was created by man2html, using the manual pages.
Time: 06:16:25 GMT, January 22, 2005