|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <sys/types.h>#include <errno.h>#include <string.h>#include <rpc/rpc.h>
Go to the source code of this file.
Macros | |
| #define | IP_PORTRANGE 19 |
| #define | IP_PORTRANGE_LOW 2 |
Functions | |
| int | bindresvport (SOCKET sd, struct sockaddr_in *sin) |
| int | bindresvport_sa (SOCKET sd, struct sockaddr *sa) |
| #define IP_PORTRANGE 19 |
Definition at line 154 of file bindresvport.c.
| #define IP_PORTRANGE_LOW 2 |
Definition at line 155 of file bindresvport.c.
| int bindresvport | ( | SOCKET | sd, |
| struct sockaddr_in * | sin | ||
| ) |
Definition at line 53 of file bindresvport.c.
Referenced by clnt_tli_create(), and svc_tli_create().
Definition at line 161 of file bindresvport.c.
Referenced by bindresvport(), and clnt_dg_create().