]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ifconfig.tproj/ifconfig.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / ifconfig.tproj / ifconfig.h
index 3688c9fff8dd8e19bcfd7b504ad3a8b4b9392e88..39fbc02b1a430dcb78be1b5746730408a8ab0827 100644 (file)
@@ -31,7 +31,7 @@
  *
  * so there!
  *
  *
  * so there!
  *
- * $Id: ifconfig.h,v 1.2 2003/12/16 23:16:58 lindak Exp $
+ * $Id: ifconfig.h,v 1.3 2004/07/20 05:29:46 lindak Exp $
  */
 
 extern struct ifreq ifr;
  */
 
 extern struct ifreq ifr;
@@ -50,3 +50,6 @@ extern void setvlandev(const char *, int, int, const struct afswtch *rafp);
 extern void unsetvlandev(const char *, int, int, const struct afswtch *rafp);
 extern void vlan_status(int s, struct rt_addrinfo *);
 
 extern void unsetvlandev(const char *, int, int, const struct afswtch *rafp);
 extern void vlan_status(int s, struct rt_addrinfo *);
 
+extern void setbonddev(const char *, int, int,const struct afswtch * rafp);
+extern void unsetbonddev(const char *, int, int, const struct afswtch * rafp);
+extern void bond_status(int s, struct rt_addrinfo *);