File: icmpent.h

package info (click to toggle)
filtergen 0.12.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,236 kB
  • ctags: 981
  • sloc: ansic: 3,505; sh: 1,912; yacc: 684; lex: 306; makefile: 209
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ICMPENT_H__
#define __ICMPENT_H__

struct icmpent_s {
    const char * i_type;
    const char * name;
};

struct icmpent_s * geticmpbyname(char * name);

#endif /* __ICMPENT_H__ */