ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Classes | |
struct | _PORT_SET |
Typedefs | |
typedef struct _PORT_SET | PORT_SET |
typedef struct _PORT_SET * | PPORT_SET |
Functions | |
NTSTATUS | PortsStartup (PPORT_SET PortSet, UINT StartingPort, UINT PortsToManage) |
VOID | PortsShutdown (PPORT_SET PortSet) |
VOID | DeallocatePort (PPORT_SET PortSet, ULONG Port) |
BOOLEAN | AllocatePort (PPORT_SET PortSet, ULONG Port) |
ULONG | AllocateAnyPort (PPORT_SET PortSet) |
ULONG | AllocatePortFromRange (PPORT_SET PortSet, ULONG Lowest, ULONG Highest) |
Definition at line 69 of file ports.c.
Definition at line 47 of file ports.c.
Referenced by TCPAllocatePort(), and UDPAllocatePort().
Definition at line 86 of file ports.c.
Referenced by TCPAllocatePort(), and UDPAllocatePort().
Definition at line 35 of file ports.c.
Referenced by TCPFreePort(), and UDPFreePort().
Definition at line 13 of file ports.c.
Referenced by TCPStartup(), and UDPStartup().