⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isdntab.h

📁 一个网络流量分析的完整的程序
💻 H
字号:
struct isdntabent {    char ifname[10];    unsigned int encap;    struct isdntabent *next_entry;};struct isdntab {    struct isdntabent *head;    struct isdntabent *tail;};void add_isdn_entry(struct isdntab *list, char *ifname, int isdn_fd);struct isdntabent *isdn_table_lookup(struct isdntab *list, char *ifname, int isdn_fd);void  destroy_isdn_table(struct isdntab *list);

⌨️ 快捷键说明

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