summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-04-16 20:02:36 +0100
committerRoy Marples <roy@marples.name>2019-04-16 20:02:36 +0100
commit696dcaa488bc512fbc7a5176829981dc30e47ab4 (patch)
treed82cfe0003e99232ee649b9b2cc79d2e110da286 /src/if.h
parentd2e5d3147b248007a74293057c8873e4e1664eae (diff)
parent8572baca6ba52a6dc9a435547692efc916d8ca01 (diff)
downloaddhcpcd-696dcaa488bc512fbc7a5176829981dc30e47ab4.tar.xz
Merge branch 'master' into rbtree
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/if.h b/src/if.h
index 0abde5b3..32c96c66 100644
--- a/src/if.h
+++ b/src/if.h
@@ -128,6 +128,13 @@ int if_domtu(const struct interface *, short int);
#define if_setmtu(ifp, mtu) if_domtu((ifp), (mtu))
int if_carrier(struct interface *);
+#ifdef ALIAS_ADDR
+int if_makealias(char *, size_t, const char *, int);
+#endif
+
+int if_carrier_os(struct interface *);
+int if_mtu_os(const struct interface *);
+
/*
* Helper to decode an interface name of bge0:1 to
* devname = bge0, drvname = bge0, ppa = 0, lun = 1.