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

Method CUT_IPAddressRange

UTCP/include/UT_AccessControl.h:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected