1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/netinet
Gleb Smirnoff 72f2d6578c - Don't use legacy function in a non-legacy one. This gives us
possibility to compile libalias without legacy support.
- Use correct way to mark variable as unused.

Approved by:	re (dwhite)
2005-06-20 08:31:48 +00:00
..
libalias - Don't use legacy function in a non-legacy one. This gives us 2005-06-20 08:31:48 +00:00
accf_data.c
accf_http.c
icmp6.h
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Add hooks into the networking layer to support if_bridge. This changes struct 2005-06-05 03:13:13 +00:00
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_gif.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
in_gif.h
in_pcb.c Commit correct version of previous commit (in_pcb.c:1.164). Use the 2005-06-01 11:43:39 +00:00
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface 2005-06-02 00:04:08 +00:00
in.h
ip6.h
ip_carp.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
ip_carp.h
ip_divert.c
ip_divert.h
ip_dummynet.c Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. 2005-06-10 01:25:22 +00:00
ip_dummynet.h Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. 2005-06-10 01:25:22 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw2.c In verify_rev_path6(): 2005-06-16 14:55:58 +00:00
ip_fw_pfil.c
ip_fw.h Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well. 2005-06-03 01:10:28 +00:00
ip_gre.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c
ip_mroute.c
ip_mroute.h
ip_output.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
ip_var.h
ip.h
ipprotosw.h
pim_var.h
pim.h
raw_ip.c Slight white space tweak. 2005-06-01 11:38:35 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c
tcp_input.c Assert that tcbinfo is locked in tcp_input() before calling into 2005-06-01 12:03:18 +00:00
tcp_output.c
tcp_reass.c Assert that tcbinfo is locked in tcp_input() before calling into 2005-06-01 12:03:18 +00:00
tcp_sack.c Fix a mis-merge. Remove a redundant call to tcp_sackhole_insert 2005-06-09 17:55:29 +00:00
tcp_seq.h
tcp_subr.c Assert tcbinfo lock in tcp_drop() due to its call of tcp_close() 2005-06-01 12:06:07 +00:00
tcp_syncache.c
tcp_timer.c
tcp_timer.h
tcp_timewait.c Assert tcbinfo lock in tcp_drop() due to its call of tcp_close() 2005-06-01 12:06:07 +00:00
tcp_usrreq.c When aborting tcp_attach() due to a problem allocating or attaching the 2005-06-01 12:14:56 +00:00
tcp_var.h Changes to tcp_sack_option() that 2005-06-04 08:03:28 +00:00
tcp.h
tcpip.h
udp_usrreq.c De-spl UDP. 2005-06-01 11:24:00 +00:00
udp_var.h
udp.h