File: ec.h

package info (click to toggle)
arpwatch 2.1a15-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,068 kB
  • sloc: sh: 3,070; ansic: 2,791; makefile: 157; perl: 147; awk: 90
file content (10 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
/* @(#) $Id: ec.h,v 1.9 2000/10/13 22:49:07 leres Exp $ (LBL) */

typedef int (*ec_process)(u_int32_t, char *);

char	*e2str(u_char *);
int	ec_add(u_int32_t, char *);
char	*ec_find(u_char *);
int	ec_loop(FILE *, ec_process, const char *);
int	isdecnet(u_char *);
int	str2e(char *, u_char *);