icmp_lib.h

来自「Minix3.11的源码。[MINIX 3是一个为高可靠性应用而设计的自由且简洁」· C头文件 代码 · 共 26 行

H
26
字号
/*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 + =
减小字号Ctrl + -
显示快捷键?