3 * OLSR ad-hoc routing table management protocol
4 * Copyright (C) 2003 Andreas Tønnesen (andreto@ifi.uio.no)
6 * This file is part of the olsr.org OLSR daemon.
8 * olsr.org is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * olsr.org is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with olsr.org; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 * $Id: ifnet.h,v 1.7 2004/10/18 13:13:36 kattemat Exp $
27 /* Network interface configuration interface.
28 * Platform independent - the implementations
29 * reside in OS/ifnet.c(e.g. linux/ifnet.c)
36 //#include <arpa/inet.h>
40 set_flag(char *, short);
43 check_interface_updates(void *);
46 chk_if_changed(struct if_name *);
49 chk_if_up(struct if_name *, int);
53 check_wireless_interface(struct ifreq *);