File: ec.h

package info (click to toggle)
arpwatch 2.1a4-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 572 kB
  • ctags: 233
  • sloc: ansic: 2,467; sh: 1,723; makefile: 140; awk: 61
file content (10 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* @(#) $Header: ec.h,v 1.7 96/06/04 22:39:24 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);
int	isdecnet(u_char *);
u_char	*str2e(char *);