summaryrefslogtreecommitdiffstats
path: root/src/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipv4.h')
-rw-r--r--src/ipv4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipv4.h b/src/ipv4.h
index 6cf5654d..6c0ac8e8 100644
--- a/src/ipv4.h
+++ b/src/ipv4.h
@@ -143,6 +143,8 @@ struct ipv4_addr *ipv4_iffindlladdr(struct interface *);
struct ipv4_addr *ipv4_findaddr(struct dhcpcd_ctx *, const struct in_addr *);
struct ipv4_addr *ipv4_findmaskaddr(struct dhcpcd_ctx *,
const struct in_addr *);
+struct ipv4_addr *ipv4_findmaskbrd(struct dhcpcd_ctx *,
+ const struct in_addr *);
void ipv4_markaddrsstale(struct interface *);
void ipv4_deletestaleaddrs(struct interface *);
void ipv4_handleifa(struct dhcpcd_ctx *, int, struct if_head *, const char *,