📄 icmp_lib.h
字号:
/*icmp_lib.hCreated Sept 30, 1991 by Philip HomburgCopyright 1995 Philip Homburg*/#ifndef ICMP_LIB_H#define ICMP_LIB_H/* Prototypes */void icmp_snd_parmproblem ARGS(( acc_t *pack ));void icmp_snd_time_exceeded ARGS(( int port_nr, acc_t *pack, int code ));void icmp_snd_unreachable ARGS(( int port_nr, acc_t *pack, int code ));void icmp_snd_redirect ARGS(( int port_nr, acc_t *pack, int code, ipaddr_t gw ));void icmp_snd_mtu ARGS(( int port_nr, acc_t *pack, U16_t mtu ));#endif /* ICMP_LIB_H *//* * $PchId: icmp_lib.h,v 1.6 2002/06/08 21:32:44 philip Exp $ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -