2002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>

* kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
	optional UDP broadcast forwarding support.
	* netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
	broadcast forwarding.
This commit is contained in:
Joel Sherrill
2002-09-14 18:18:50 +00:00
parent c019ff07c8
commit ce2c216469
5 changed files with 602 additions and 39 deletions
+2 -2
View File
@@ -407,8 +407,8 @@ void m_adj __P((struct mbuf *, int));
void m_cat __P((struct mbuf *,struct mbuf *));
int m_mballoc __P((int, int));
int m_clalloc __P((int, int));
void m_copyback __P((struct mbuf *, int, int, caddr_t));
void m_copydata __P((struct mbuf *,int,int,caddr_t));
int m_copyback __P((struct mbuf *, int, int, caddr_t));
int m_copydata __P((struct mbuf *, int, int, caddr_t));
void m_freem __P((struct mbuf *));
void m_reclaim __P((void));