MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / CUT_IPAddressRange

Class CUT_IPAddressRange

UTCP/include/UT_AccessControl.h:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38// CUT_IPAddressRange structure.
39// ===================================================================
40typedef struct CUT_IPAddressRange
41{
42 CUT_IPAddressRange()
43 { m_ipStartAddress.s_addr = 0; m_ipEndAddress.s_addr = 0; }
44
45 in_addr m_ipStartAddress; // First address of the range
46 in_addr m_ipEndAddress; // Last address of the range
47} CUT_IPAddressRange;
48
49// ===================================================================
50// CUT_BlockedIPAddr structure.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected