mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
5 lines
196 B
C
5 lines
196 B
C
/* 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 **);
|