4 * Copyright (C) 1997-1998 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
11 struct in_addr if_addr
;
12 struct ether_addr if_eaddr
;
13 struct iface
*if_next
;
20 struct in_addr snd_gw
;
25 struct in_addr arp_addr
;
26 struct ether_addr arp_eaddr
;
31 typedef struct aniphdr
{
43 struct aniphdr
*ah_next
;
44 struct aniphdr
*ah_prev
;
47 #define ah_ip ah_un.ahu_ip
48 #define ah_data ah_un.ahu_data
49 #define ah_tcp ah_un.ahu_tcp
50 #define ah_udp ah_un.ahu_udp
51 #define ah_icmp ah_un.ahu_icmp
53 extern int get_arpipv4
__P((char *, char *));