mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 23:29:10 +08:00
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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user