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

Method CUT_BlockedIPAddr

UTCP/include/UT_AccessControl.h:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52typedef struct CUT_BlockedIPAddr
53{
54 CUT_BlockedIPAddr()
55 { m_ipAddress.s_addr = 0; m_lBlockCount = 0; m_timeBlockExpire = 0; }
56
57 in_addr m_ipAddress; // IP Address
58 long m_lBlockCount; // Blocks counter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected