freebsd-dev/sys/netinet
Jeffrey Hsu 1b6002ec30 * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via
sysctl:
  - sysctlbyname("net.inet.ip.mfctable", ...)
  - sysctlbyname("net.inet.ip.viftable", ...)

  This change is needed so netstat can use sysctlbyname() to read
  the data from those tables.
  Otherwise, in some cases "netstat -g" may fail to report the
  multicast forwarding information (e.g., if we run a multicast
  router on PicoBSD).

* Bug fix: when sending IGMPMSG_WRONGVIF upcall to the multicast
  routing daemon, set properly "im->im_vif" to the receiving
  incoming interface of the packet that triggered that upcall
  rather than to the expected incoming interface of that packet.

* Bug fix: add missing increment of counter "mrtstat.mrts_upcalls"

* Few formatting nits (e.g., replace extra spaces with TABs)

Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
2003-08-05 17:01:33 +00:00
..
libalias In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the 2003-06-13 21:54:01 +00:00
accf_data.c
accf_http.c
icmp6.h
icmp_var.h
if_atm.c When adding a channel for INET failed at the device level (ioctl) the 2003-08-05 14:59:06 +00:00
if_atm.h
if_ether.c
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_gif.c
in_gif.h
in_pcb.c
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c
in.h Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. 2003-04-29 22:03:46 +00:00
ip6.h
ip_divert.c
ip_dummynet.c o Fix a typo in previous commit. 2003-07-31 10:24:36 +00:00
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c Remove unused variables. 2003-06-01 09:20:38 +00:00
ip_encap.h
ip_flow.c
ip_flow.h
ip_fw2.c Allow set 31 to be used for rules other than 65535. 2003-07-15 23:07:34 +00:00
ip_fw.h Allow set 31 to be used for rules other than 65535. 2003-07-15 23:07:34 +00:00
ip_gre.c
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c add IPSEC_FILTERGIF suport for FAST_IPSEC 2003-07-22 18:58:34 +00:00
ip_mroute.c * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via 2003-08-05 17:01:33 +00:00
ip_mroute.h
ip_output.c Minor fix to the MBUF_STRESS_TEST code so that it keeps 2003-07-19 05:50:32 +00:00
ip_var.h
ip.h
ipprotosw.h
raw_ip.c Add a comment above rip_ctloutput() documenting that the privilege 2003-07-18 16:10:36 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Unify the "send high" and "recover" variables as specified in the 2003-07-15 21:49:53 +00:00
tcp_output.c
tcp_reass.c Unify the "send high" and "recover" variables as specified in the 2003-07-15 21:49:53 +00:00
tcp_seq.h Unify the "send high" and "recover" variables as specified in the 2003-07-15 21:49:53 +00:00
tcp_subr.c Correct a bug introduced with reduced TCP state handling; make 2003-05-07 05:26:27 +00:00
tcp_syncache.c Drop Giant around syncache timer processing. 2003-07-17 11:19:25 +00:00
tcp_timer.c Unify the "send high" and "recover" variables as specified in the 2003-07-15 21:49:53 +00:00
tcp_timer.h
tcp_timewait.c Correct a bug introduced with reduced TCP state handling; make 2003-05-07 05:26:27 +00:00
tcp_usrreq.c
tcp_var.h Unify the "send high" and "recover" variables as specified in the 2003-07-15 21:49:53 +00:00
tcp.h
tcpip.h
udp_usrreq.c
udp_var.h
udp.h