summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>2003-08-07 18:16:59 +0000
committerhsu <hsu@FreeBSD.org>2003-08-07 18:16:59 +0000
commit22b74d7669536646fea2e19cfe101635b524360a (patch)
tree19b3069300529d15575ed4e6985a8ef6a20ac290 /sys/netinet/ip_var.h
parent29ad90976fa4c99c230bbbf38945d03bb662bfd7 (diff)
downloadFreeBSD-src-22b74d7669536646fea2e19cfe101635b524360a.zip
FreeBSD-src-22b74d7669536646fea2e19cfe101635b524360a.tar.gz
1. Basic PIM kernel support
Disabled by default. To enable it, the new "options PIM" must be added to the kernel configuration file (in addition to MROUTING): options MROUTING # Multicast routing options PIM # Protocol Independent Multicast 2. Add support for advanced multicast API setup/configuration and extensibility. 3. Add support for kernel-level PIM Register encapsulation. Disabled by default. Can be enabled by the advanced multicast API. 4. Implement a mechanism for "multicast bandwidth monitoring and upcalls". Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index c8df2e6..5a9a1ca 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -164,6 +164,8 @@ extern struct pr_usrreqs rip_usrreqs;
int ip_ctloutput(struct socket *, struct sockopt *sopt);
void ip_drain(void);
+int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
+ u_long if_hwassist_flags, int sw_csum);
void ip_freemoptions(struct ip_moptions *);
void ip_init(void);
extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
OpenPOWER on IntegriCloud