externs.h

来自「一个很好用的linux 下的流量监控软件」· C头文件 代码 · 共 28 行

H
28
字号
/***externs.h - external routines used by the the iptraf module and someothers***/void ipmon(const struct OPTIONS *options, struct filterstate *ofilter,           int facilitytime, char *ifptr);void selectiface(char *ifname, int withall, int *aborted);void ifstats(const struct OPTIONS *options, struct filterstate *ofilter,             int facilitytime);void detstats(char *iface, const struct OPTIONS *options, int facilitytime,              struct filterstate *ofilter);void packet_size_breakdown(struct OPTIONS *options, char *iface,                           int facilitytime, struct filterstate *ofilter);void servmon(char *iface, struct porttab *ports,             const struct OPTIONS *options, int facilitytime,             struct filterstate *ofilter);void ip_host_breakdown(struct OPTIONS *options, char *iface);void hostmon(const struct OPTIONS *options, int facilitytime, char *ifptr,             struct filterstate *ofilter);void ethdescmgr(void);void setoptions(struct OPTIONS *options, struct porttab **ports);void loadoptions(struct OPTIONS *options);void saveoptions(struct OPTIONS *options);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?