externs.h

来自「一个网络流量分析的完整的程序」· C头文件 代码 · 共 22 行

H
22
字号
/***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);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);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 + -
显示快捷键?