2 * Copyright (C) 1993,1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
3 * Helsinki University of Technology, Finland.
5 * Copyright (C) 2005 Neil Cafferkey
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
31 * Compatibility interface structures
35 char ifr_name
[AIFNAMSIZ
]; /* sana-II name, e.g. "slip.device/0" */
37 struct sockaddr ifru_addr
;
38 struct sockaddr ifru_dstaddr
;
39 struct sockaddr ifru_broadaddr
;
47 char ifra_name
[AIFNAMSIZ
]; /* sana-II name, e.g. "slip.device/0" */
48 struct sockaddr ifra_addr
;
49 struct sockaddr ifra_broadaddr
;
50 struct sockaddr ifra_mask
;
53 #endif /* NET_A_IF_H */