blob: 4b9f7d6baa04b36ee5af85437ce0ea3471c3e13b (
plain)
1
2
3
4
5
|
/* dovend.h */
extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
extern void insert_u_long(u_int32, u_char **);
|