📄 netstat.h
字号:
extern int aflag, nflag;extern int print_errors;extern char *intrface;extern netsnmp_session *Session;char *routename(struct in_addr);char *netname(struct in_addr, u_long);const char *plural(int);netsnmp_variable_list *getvarbyname(netsnmp_session *, oid *, size_t);void intpr(int);void intpro(int);void protopr(const char *);void routepr(void);void ip_stats(void);void icmp_stats(void);void tcp_stats(void);void udp_stats(void);#ifdef INET6void protopr6(const char *);#endifvoid inetprint(struct in_addr *, u_short, const char *);void rt_stats(void);struct protox *name2protox(const char *);struct protox *knownname(const char *);void get_ifname(char *, int);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -