X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/ce7b906b72b67dec790a8b8d7099bc9844e92251..70d9a675bf5441cc854a843ead702d08928c37f3:/sys/net/if_var.h diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 976bb7131a..6cd1c82116 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -739,6 +739,7 @@ void ether_input_chain_init(struct mbuf_chain *); void ether_input_dispatch(struct mbuf_chain *); int ether_output_frame(struct ifnet *, struct mbuf *); int ether_ioctl(struct ifnet *, int, caddr_t); +struct ifnet *ether_bridge_interface(struct ifnet *ifp); uint32_t ether_crc32_le(const uint8_t *, size_t); uint32_t ether_crc32_be(const uint8_t *, size_t);