1 2 3 4 5 6 7 8 9 10 11 12 13
/* bscan - icmp include file */ #ifndef BS_DCD_ICMP_H #define BS_DCD_ICMP_H #define ICMP_HDRSIZE 8 const char * icmp_str (int type, int code); #endif