Home
last modified time | relevance | path

Searched refs:GetDestPort (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/pflogx/pflogx/src/
H A DEntriesFilter.cpp115 (e1.GetDestPort() == e2.GetDestPort()) && \ in operator ()()
H A DXmlFileWriter.cpp167 "dest_port=\"" + m_entryFormat.GetDestPort() + "\" " + in WriteEntry()
H A DLogEntryFormat.cpp213 if (snprintf(strBuffer, STATIC_BUFFER_LEN, "%u", entry.GetDestPort()) > 0) in FormatPorts()
/dports/sysutils/pflogx/pflogx/include/
H A DLogEntryFormat.h100 inline const string& GetDestPort() const in GetDestPort() function
H A DLogEntry.h182 inline u_int16_t GetDestPort() const in GetDestPort() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/tsproxy/
H A Dtsproxy.py341 port = GetDestPort(message['port'])
685 …ging.debug('Startup - calling getaddrinfo for {0}:{1:d}'.format(options.desthost, GetDestPort(80)))
686 dest_addresses = socket.getaddrinfo(options.desthost, GetDestPort(80))
761 def GetDestPort(port): function