Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 8
Bind a name to a socket (via a SOCKS server)
#include <sys/types.h>
#include <sys/socket.h>
int Rbind( int s,
const struct sockaddr * name,
int namelen );
- s
- The file descriptor to be bound.
- name
- A pointer to the sockaddr structure that holds the address to be bound to the socket.
The socket length and format depend upon its address family.
- namelen
- The length of the sockaddr structure pointed to by name.
libsocks
Use the -l socks option to
qcc
to link against this library.
The Rbind() function is a cover function for
bind() —
the difference is that Rbind() does its job via
a SOCKS server.
For more information about SOCKS and its libraries, see the appendix,
SOCKS — A Basic Firewall.
- 0
- Success.
- -1
- An error occurred (errno is set).
SOCKS
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
bind()
Raccept(),
Rconnect(),
Rgetsockname(),
Rlisten(),
Rrcmd(),
Rselect(),
SOCKSinit()
SOCKS — A Basic Firewall
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 152
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/rbind.html on line 152