亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ftlib.h

?? netflow,抓包
?? H
?? 第 1 頁 / 共 5 頁
字號:
  u_int32 unix_secs;  /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs; /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 exaddr;     /* Exporter IP address */  u_int32 sysUpTime;  /* Current time in millisecs since router booted */  u_int32 dFlows;     /* Number of flows */  u_int32 dPkts;      /* Packets sent in duration */  u_int32 dOctets;    /* Octets sent in duration */  u_int32 First;      /* SysUpTime at start of flow */  u_int32 Last;       /* and of last packet of flow */  u_int32 dstaddr;    /* Destination Prefix */  u_int16 output;     /* output interface index */  u_int16 dst_as;     /* Destination AS */  u_int8  dst_mask;   /* Destination Prefix mask length */  u_int8  tos;        /* ToS */  u_int8  engine_type;/* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;  /* Slot number of the flow switching engine */};struct fts3rec_v8_13 {  u_int32 unix_secs;  /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs; /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 sysUpTime;  /* Current time in millisecs since router booted */  u_int32 exaddr;     /* Exporter IP address */  u_int32 dFlows;     /* Number of flows */  u_int32 dPkts;      /* Packets sent in duration */  u_int32 dOctets;    /* Octets sent in duration */  u_int32 First;      /* SysUpTime at start of flow */  u_int32 Last;       /* and of last packet of flow */  u_int32 srcaddr;    /* Source Prefix */  u_int32 dstaddr;    /* Destination Prefix */  u_int16 src_as;     /* Source AS */  u_int16 dst_as;     /* Destination AS */  u_int16 input;      /* input interface */  u_int16 output;     /* output interface */  u_int8  dst_mask;   /* Destination Prefix mask length */  u_int8  src_mask;   /* Source Prefix mask length */  u_int8  engine_type;/* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;  /* Slot number of the flow switching engine */  u_int8  tos;        /* ToS */  u_int8  pad1;  u_int16 pad2;};struct fts3rec_v8_14 {  u_int32 unix_secs;  /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs; /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 sysUpTime;  /* Current time in millisecs since router booted */  u_int32 exaddr;     /* Exporter IP address */  u_int32 dFlows;     /* Number of flows */  u_int32 dPkts;      /* Packets sent in duration */  u_int32 dOctets;    /* Octets sent in duration */  u_int32 First;      /* SysUpTime at start of flow */  u_int32 Last;       /* and of last packet of flow */  u_int32 srcaddr;    /* Source Prefix */  u_int32 dstaddr;    /* Destination Prefix */  u_int16 srcport;    /* Source Port */  u_int16 dstport;    /* Destination Port */  u_int16 input;      /* input interface */  u_int16 output;     /* output interface */  u_int8  dst_mask;   /* Destination Prefix mask length */  u_int8  src_mask;   /* Source Prefix mask length */  u_int8  engine_type;/* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;  /* Slot number of the flow switching engine */  u_int8  tos;        /* ToS */  u_int8  prot;       /* IP protocol */  u_int16 pad2;};/* * internal formats*//* tagged v5 */struct fts3rec_v1005 {  u_int32 unix_secs;      /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;     /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 sysUpTime;      /* Current time in millisecs since router booted */  u_int32 exaddr;         /* Exporter IP address */  u_int32 srcaddr;        /* Source IP Address */  u_int32 dstaddr;        /* Destination IP Address */  u_int32 nexthop;        /* Next hop router's IP Address */  u_int16 input;          /* Input interface index */  u_int16 output;         /* Output interface index */  u_int32 dPkts;          /* Packets sent in Duration */  u_int32 dOctets;        /* Octets sent in Duration. */  u_int32 First;          /* SysUptime at start of flow */  u_int32 Last;           /* and of last packet of flow */  u_int16 srcport;        /* TCP/UDP source port number or equivalent */  u_int16 dstport;        /* TCP/UDP destination port number or equiv */  u_int8  prot;           /* IP protocol, e.g., 6=TCP, 17=UDP, ... */  u_int8  tos;            /* IP Type-of-Service */  u_int8  tcp_flags;      /* OR of TCP header bits */  u_int8  pad;  u_int8  engine_type;    /* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;      /* Slot number of the flow switching engine */  u_int8  src_mask;       /* mask length of source address */  u_int8  dst_mask;       /* mask length of destination address */  u_int16 src_as;         /* AS of source address */  u_int16 dst_as;         /* AS of destination address */  u_int32 src_tag;        /* Local TAG for source address */  u_int32 dst_tag;        /* Local TAG for destination address */};struct fts1rec_compat {  u_int32 unix_secs;      /* offset from real time the flow started */  u_int32 unix_msecs;     /* "" */  u_int32 srcaddr;        /* Source IP Address */  u_int32 dstaddr;        /* Destination IP Address */  u_int32 nexthop;        /* Next hop router's IP Address */  u_int16 input;          /* Input interface index */  u_int16 output;         /* Output interface index */  u_int32 dPkts;          /* Packets sent in Duration */  u_int32 dOctets;        /* Octets sent in Duration. */  u_int32 First;          /* SysUptime at start of flow */  u_int32 Last;           /* and of last packet of flow */  u_int16 srcport;        /* TCP/UDP source port number or equivalent */  u_int16 dstport;        /* TCP/UDP destination port number or equiv */  u_int16 pad;  u_int8  prot;           /* IP protocol, e.g., 6=TCP, 17=UDP, ... */  u_int8  tos;            /* IP Type-of-Service */  u_int8  flags;          /* Reason flow was discarded, etc...  */  u_int8  tcp_retx_cnt;   /* Number of mis-seq with delay > 1sec */  u_int8  tcp_retx_secs;  /* Cumulative secs between mis-sequenced pkts */  u_int8  tcp_misseq_cnt; /* Number of mis-sequenced tcp pkts seen */  u_int16 src_as;         /* originating AS of source address */  u_int16 dst_as;         /* originating AS of destination address */  u_int8  src_mask;       /* source address prefix mask bits */  u_int8  dst_mask;       /* destination address prefix mask bits */  u_int16 drops;          /* ?? */};struct ftio {  caddr_t mr;                        /* mmap region */  size_t mr_size;                    /* size of mmap'd region */  int rec_size;                      /* size of stream record */  struct ftiheader fth;              /* header */  char *d_buf;                       /* records */  u_long d_start;                    /* offset to next byte in d_buf */  u_long d_end;                      /* available bytes in d_buf */  char *z_buf;                       /* zlib inflate/deflate buffer */  int z_level;                       /* compression level */  z_stream zs;                       /* zlib io */  int flags;                         /* FT_IO_FLAG_* */  int fd;                            /* file description of stream */  u_int64 xfield;                    /* FT_XFIELD* available when reading */  void (*swapf)(struct ftio *ftio);  /* swap function */  u_int64 rec_total;                 /* records read/written */  struct fts3rec_v1 compat_v1;       /* backwards compatability */  struct fts3rec_v5 compat_v5;       /* backwards compatability */  struct fts3rec_offsets fo;         /* offsets to fields */  int debug;};struct ftpdu_header_small {  u_int16 version;      /* 1 for now. */  u_int16 count;        /* The number of records in the PDU */};struct ftpdu_header {  /* common header for everything except v1 */  u_int16 version;      /* 1 for now. */  u_int16 count;        /* The number of records in the PDU */  u_int32 sysUpTime;    /* Current time in millisecs since router booted */  u_int32 unix_secs;    /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;   /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 flow_sequence; /* Seq counter of total flows seen */  u_int8  engine_type;   /* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;     /* Slot number of the flow switching engine */  u_int8  aggregation;   /* Aggregation method being used */  u_int8  agg_version;   /* Version of the aggregation export */};struct ftpdu_v1 {  /* 16 byte header */  u_int16 version;      /* 1 for now. */  u_int16 count;        /* The number of records in the PDU */  u_int32 sysUpTime;    /* Current time in millisecs since router booted */  u_int32 unix_secs;    /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;   /* Residual nanoseconds since 0000 UTC 1970 */  /* 48 byte payload */  struct ftrec_v1 {    u_int32 srcaddr;        /* Source IP Address */    u_int32 dstaddr;        /* Destination IP Address */    u_int32 nexthop;        /* Next hop router's IP Address */    u_int16 input;          /* Input interface index */    u_int16 output;         /* Output interface index */    u_int32 dPkts;          /* Packets sent in Duration */    u_int32 dOctets;        /* Octets sent in Duration. */    u_int32 First;          /* SysUptime at start of flow */    u_int32 Last;           /* and of last packet of flow */    u_int16 srcport;        /* TCP/UDP source port number or equivalent */    u_int16 dstport;        /* TCP/UDP destination port number or equiv */    u_int16 pad;    u_int8  prot;           /* IP protocol, e.g., 6=TCP, 17=UDP, ... */    u_int8  tos;            /* IP Type-of-Service */    u_int8  flags;          /* Reason flow was discarded, etc...  */    u_int8  tcp_retx_cnt;   /* Number of mis-seq with delay > 1sec */    u_int8  tcp_retx_secs;  /* Cumulative secs between mis-sequenced pkts */    u_int8  tcp_misseq_cnt; /* Number of mis-sequenced tcp pkts seen */    u_int32  reserved;  } records[FT_PDU_V1_MAXFLOWS];};struct ftpdu_v5 {  /* 24 byte header */  u_int16 version;       /* 5 */  u_int16 count;         /* The number of records in the PDU */  u_int32 sysUpTime;     /* Current time in millisecs since router booted */  u_int32 unix_secs;     /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;    /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 flow_sequence; /* Seq counter of total flows seen */  u_int8  engine_type;   /* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;     /* Slot number of the flow switching engine */  u_int16 reserved;  /* 48 byte payload */  struct ftrec_v5 {    u_int32 srcaddr;    /* Source IP Address */    u_int32 dstaddr;    /* Destination IP Address */    u_int32 nexthop;    /* Next hop router's IP Address */    u_int16 input;      /* Input interface index */    u_int16 output;     /* Output interface index */    u_int32 dPkts;      /* Packets sent in Duration */    u_int32 dOctets;    /* Octets sent in Duration. */    u_int32 First;      /* SysUptime at start of flow */    u_int32 Last;       /* and of last packet of flow */    u_int16 srcport;    /* TCP/UDP source port number or equivalent */    u_int16 dstport;    /* TCP/UDP destination port number or equiv */    u_int8  pad;    u_int8  tcp_flags;  /* Cumulative OR of tcp flags */    u_int8  prot;       /* IP protocol, e.g., 6=TCP, 17=UDP, ... */    u_int8  tos;        /* IP Type-of-Service */    u_int16 src_as;     /* originating AS of source address */    u_int16 dst_as;     /* originating AS of destination address */    u_int8  src_mask;   /* source address prefix mask bits */    u_int8  dst_mask;   /* destination address prefix mask bits */    u_int16 drops;  } records[FT_PDU_V5_MAXFLOWS];};struct ftpdu_v6 {  /* 24 byte header */  u_int16 version;       /* 6 */  u_int16 count;         /* The number of records in the PDU */  u_int32 sysUpTime;     /* Current time in millisecs since router booted */  u_int32 unix_secs;     /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;    /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 flow_sequence; /* Seq counter of total flows seen */  u_int8  engine_type;   /* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;     /* Slot number of the flow switching engine */  u_int16 reserved;  /* 48 byte payload */  struct ftrec_v6 {    u_int32 srcaddr;      /* Source IP Address */    u_int32 dstaddr;      /* Destination IP Address */    u_int32 nexthop;      /* Next hop router's IP Address */    u_int16 input;        /* Input interface index */    u_int16 output;       /* Output interface index */    u_int32 dPkts;        /* Packets sent in Duration */    u_int32 dOctets;      /* Octets sent in Duration. */    u_int32 First;        /* SysUptime at start of flow */    u_int32 Last;         /* and of last packet of flow */    u_int16 srcport;      /* TCP/UDP source port number or equivalent */    u_int16 dstport;      /* TCP/UDP destination port number or equiv */    u_int8  pad;    u_int8  tcp_flags;    /* Cumulative OR of tcp flags */    u_int8  prot;         /* IP protocol, e.g., 6=TCP, 17=UDP, ... */    u_int8  tos;          /* IP Type-of-Service */    u_int16 src_as;       /* originating AS of source address */    u_int16 dst_as;       /* originating AS of destination address */    u_int8  src_mask;     /* source address prefix mask bits */    u_int8  dst_mask;     /* destination address prefix mask bits */    u_int8  in_encaps;    /* size in bytes of the input encapsulation */    u_int8  out_encaps;   /* size in bytes of the output encapsulation */    u_int32 peer_nexthop; /* IP address of the next hop within the peer */  } records[FT_PDU_V6_MAXFLOWS];};struct ftpdu_v7 {  /* 24 byte header */  u_int16 version;       /* 7 */  u_int16 count;         /* The number of records in the PDU */  u_int32 sysUpTime;     /* Current time in millisecs since router booted */  u_int32 unix_secs;     /* Current seconds since 0000 UTC 1970 */  u_int32 unix_nsecs;    /* Residual nanoseconds since 0000 UTC 1970 */  u_int32 flow_sequence; /* Seq counter of total flows seen */  u_int8  engine_type;   /* Type of flow switching engine (RP,VIP,etc.) */  u_int8  engine_id;     /* Slot number of the flow switching engine */  u_int16 reserved;  /* 48 byte payload */  struct ftrec_v7 {    u_int32 srcaddr;    /* Source IP Address */    u_int32 dstaddr;    /* Destination IP Address */    u_int32 nexthop;    /* Next hop router's IP Address */    u_int16 input;      /* Input interface index */    u_int16 output;     /* Output interface index */    u_int32 dPkts;      /* Packets sent in Duration */    u_int32 dOctets;    /* Octets sent in Duration. */    u_int32 First;      /* SysUptime at start of flow */    u_int32 Last;       /* and of last packet of flow */    u_int16 srcport;    /* TCP/UDP source port number or equivalent */    u_int16 dstport;    /* TCP/UDP destination port number or equiv */    u_int8  pad;    u_int8  tcp_flags;  /* Cumulative OR of tcp flags */    u_int8  prot;       /* IP protocol, e.g., 6=TCP, 17=UDP, ... */    u_int8  tos;        /* IP Type-of-Service */    u_int16 src_as;     /* originating AS of source address */    u_int16 dst_as;     /* originating AS of destination address */    u_int8  src_mask;   /* source address prefix mask bits */    u_int8  dst_mask;   /* destination address prefix mask bits */ 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
6080日韩午夜伦伦午夜伦| 亚洲小说欧美激情另类| 久久精品99国产精品| av不卡免费电影| 国产欧美中文在线| 国产成人精品影院| 久久久久国产精品麻豆| 国产精品影音先锋| 日韩欧美国产综合| 日韩av一区二区在线影视| 9191久久久久久久久久久| 亚洲图片欧美激情| 91香蕉视频mp4| 一区二区三区在线观看欧美| 91美女视频网站| 亚洲你懂的在线视频| 91福利视频在线| 天天做天天摸天天爽国产一区| 欧美肥妇free| 久久狠狠亚洲综合| 国产清纯白嫩初高生在线观看91 | 蜜臀久久久久久久| 欧美欧美午夜aⅴ在线观看| 一区二区三区鲁丝不卡| 欧美三区免费完整视频在线观看| 亚洲国产一二三| 欧美一区二区三区四区久久| 精品一区二区三区久久久| 国产三级精品三级| 99re热视频精品| 一区二区三区精品视频在线| 欧美精品日韩综合在线| 国产一区二区精品久久99| 国产精品精品国产色婷婷| 91福利小视频| 日产国产欧美视频一区精品 | 亚洲精品久久嫩草网站秘色| 欧美日韩国产大片| 日韩精品国产欧美| 国产欧美中文在线| 欧美色精品天天在线观看视频| 精品中文av资源站在线观看| 国产午夜亚洲精品理论片色戒| 99re这里都是精品| 天天亚洲美女在线视频| 久久久久免费观看| www.日韩av| 久久精品免费看| 亚洲欧美色综合| 精品国产91洋老外米糕| 色屁屁一区二区| 久久福利资源站| 亚洲免费观看在线视频| 精品国产一区二区三区不卡| 99久久久无码国产精品| 麻豆精品一区二区综合av| 中文字幕一区二区三区蜜月| 91麻豆精品国产91| 91同城在线观看| 国产原创一区二区三区| 亚洲大片一区二区三区| 国产欧美一区二区精品性色超碰 | 成人免费av资源| 日韩国产精品久久| 亚洲欧美国产毛片在线| 久久精品免费在线观看| 欧美色图一区二区三区| 成人激情动漫在线观看| 亚洲在线中文字幕| 中文字幕亚洲一区二区av在线| 亚洲精品一区二区三区香蕉 | 99久久精品国产一区| 午夜亚洲国产au精品一区二区| 国产精品伦理一区二区| 欧美日韩高清一区二区三区| 久久91精品久久久久久秒播| 亚洲精品国产a| 国产精品久久午夜| 久久夜色精品一区| 欧美日韩国产另类不卡| 在线观看免费一区| 色婷婷综合久久久中文字幕| 国产精品夫妻自拍| 国产三级精品三级在线专区| 国产精品视频在线看| 国产精品久久久久9999吃药| 国产精品久久二区二区| 1024成人网| 亚洲愉拍自拍另类高清精品| 天天综合日日夜夜精品| 男人的j进女人的j一区| 国产麻豆精品久久一二三| 大尺度一区二区| 在线免费av一区| 91精品国产综合久久香蕉麻豆| 久久精品一区二区| 中文字幕一区二区三区精华液 | 国产精品综合av一区二区国产馆| 国产一区啦啦啦在线观看| 国产mv日韩mv欧美| 91成人免费在线视频| 制服.丝袜.亚洲.另类.中文| xfplay精品久久| 亚洲色图制服诱惑| 日韩福利视频导航| 从欧美一区二区三区| 在线观看亚洲成人| 久久综合九色欧美综合狠狠 | 国产高清久久久| 91丝袜国产在线播放| 欧美高清视频一二三区| 久久亚洲一区二区三区明星换脸| 欧美国产一区视频在线观看| 亚洲精品高清在线| 久久超碰97人人做人人爱| av激情综合网| 日韩午夜精品视频| 亚洲欧美日韩国产综合在线 | 国产福利91精品一区| 91福利社在线观看| 久久亚洲一区二区三区明星换脸| 一区二区三区av电影| 九九九精品视频| 日本道免费精品一区二区三区| 欧美成人伊人久久综合网| 亚洲女爱视频在线| 国产剧情av麻豆香蕉精品| 在线看不卡av| 国产精品入口麻豆原神| 免费在线观看视频一区| 99国产精品视频免费观看| 欧美不卡一区二区| 亚洲资源在线观看| 成人avav影音| 亚洲精品一区二区三区蜜桃下载 | 精品一区二区三区不卡| 欧美三区在线观看| 中文字幕一区二区三区蜜月 | 精品国产伦一区二区三区观看体验| 亚洲男人的天堂网| 成人性生交大片免费看中文| 日韩欧美卡一卡二| 亚洲图片自拍偷拍| 色欧美片视频在线观看| 国产精品免费丝袜| 国产很黄免费观看久久| 精品久久久久av影院| 石原莉奈在线亚洲二区| 欧美日韩午夜精品| 亚洲日本护士毛茸茸| www.欧美精品一二区| 国产精品美女久久久久aⅴ| 国产精品一区二区不卡| 337p粉嫩大胆噜噜噜噜噜91av | 91福利在线看| 亚洲精品久久7777| 91免费国产在线| 最好看的中文字幕久久| 波多野结衣亚洲一区| 国产日韩av一区| 国产91精品露脸国语对白| 久久精品欧美日韩| 懂色av一区二区三区免费观看| 亚洲欧洲中文日韩久久av乱码| 国产宾馆实践打屁股91| 国产精品视频麻豆| 成人影视亚洲图片在线| 欧美国产一区在线| 成人av在线播放网站| 国产精品情趣视频| 成人激情午夜影院| 国产精品成人网| 色香蕉久久蜜桃| 亚洲成av人片在www色猫咪| 一本到不卡精品视频在线观看| 亚洲欧美另类久久久精品| 91久久精品日日躁夜夜躁欧美| 亚洲第一搞黄网站| 日韩欧美国产综合| 国产suv精品一区二区6| 国产精品成人一区二区艾草| 91久久一区二区| 日韩精品亚洲一区二区三区免费| 91精品国产福利在线观看 | 国产日韩欧美综合在线| 成人性生交大片| 亚洲精选在线视频| 91麻豆精品国产91久久久久久| 理论电影国产精品| 国产午夜精品久久久久久久 | 在线播放欧美女士性生活| 久久国产生活片100| 国产精品青草久久| 欧美日韩在线三级| 久久国内精品自在自线400部| 国产精品国产自产拍高清av王其| 91国产精品成人| 精品在线播放午夜| 日韩毛片在线免费观看| 91精品国产综合久久精品app|