windows-nt/Source/XPSP1/NT/net/ipsec/spd/server/port.h

27 lines
303 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
DWORD
VerifyPortsForProtocol(
PORT Port,
PROTOCOL Protocol
);
BOOL
EqualPorts(
IN PORT OldPort,
IN PORT NewPort
);
VOID
CopyPorts(
IN PORT InPort,
OUT PPORT pOutPort
);
BOOL
MatchPorts(
PORT PortToMatch,
PORT PortTemplate
);