The contents of this legacy page are no longer maintained nor supported, and are made available only for historical purposes.


CflowdFlowPort Documentation

CflowdFlowPort


[ libCfd | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class CflowdFlowPort

{

public:
int fd;
uint16_t portnum;
protected:
}; // CflowdFlowPort

Back to the top of CflowdFlowPort


DESCRIPTION


---------------------------------------------------------------------------
class CflowdFlowPort
---------------------------------------------------------------------------
This class is used to hold the port number and socket descriptor for a UDP port on which cflowdmux is listening for flow-export packets.
---------------------------------------------------------------------------

Back to the top of CflowdFlowPort


int fd;

No documentation available.

  int         fd;       //  fd I'm using to get data from the port

Back to the top of CflowdFlowPort


uint16_t portnum;

No documentation available.

  uint16_t    portnum;  //  the port number I'm listening on

Back to the top of CflowdFlowPort


All Members

public:
int fd;
uint16_t portnum;
protected:

Back to the top of CflowdFlowPort


Ancestors

Class does not inherit from any other class.

Back to the top of CflowdFlowPort


Descendants

Class is not inherited by any others.

Back to the top of CflowdFlowPort


Generated from source by the Cocoon utilities on Tue Sep 22 04:08:53 1998 .

Report problems to jkotula@unimax.com

Related Objects

See https://catalog.caida.org/software/cflowd/ to explore related objects to this document in the CAIDA Resource Catalog.