File: dovend.h

package info (click to toggle)
bootp 2.4.3-21.1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 900 kB
  • sloc: ansic: 11,242; makefile: 264; sh: 55
file content (15 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* dovend.h */

#include <sys/types.h>

#ifdef	__STDC__
#define P(args) args
#else
#define P(args) ()
#endif

extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
extern int insert_ip P((u_char, struct in_addr_list *, u_char **, int *));
extern void insert_u_long P((u_int32_t, u_char **));

#undef P