NetBSD/sys/netinet
is 240cc2913e Include file in place of the old netinet/if_ether.h, including stuff from
where it is now, and adding the specialized for Ethernet version of the ARP
structure, for the benefit of programs which are externally (to us) maintained
and not (yet) ported.
XXX This should NOT be used inside the kernel.
1997-07-29 09:10:51 +00:00
..
fil.c put back IPFILTER_DEFAULT_BLOCK, as documented in options(4). 1997-07-08 05:54:02 +00:00
icmp_var.h KERNEL -> _KERNEL 1995-03-26 20:23:52 +00:00
if_arp.c Allow revarpwhoami() to be called multiple times. 1997-05-27 23:14:44 +00:00
if_atm.c backout previous kprintf changes 1996-10-13 02:03:00 +00:00
if_atm.h ported ATM to FreeBSD 2.2-960612-SNAP 1996-07-03 17:17:10 +00:00
if_ether.h Include file in place of the old netinet/if_ether.h, including stuff from 1997-07-29 09:10:51 +00:00
if_inarp.h New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
igmp.c Add in_nullhost() and in_hosteq() macros, to hide some protocol 1996-09-09 14:51:07 +00:00
igmp.h Implement IGMP v2. Based on the Multicast 3.5 distribution. 1995-05-31 06:08:17 +00:00
igmp_var.h netinet prototypes 1996-02-13 23:40:59 +00:00
in.c Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
in.h Add net.inet.ip.allowsrcrt option which allows/drops all source 1997-02-25 08:35:41 +00:00
in_cksum.c backout previous kprintf changes 1996-10-13 02:03:00 +00:00
in_pcb.c Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
in_pcb.h Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
in_proto.c Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
in_systm.h Protect against double inclusion. PR 3524. 1997-07-07 20:57:46 +00:00
in_var.h Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
ip.h Minor change to a comment. 1996-12-11 01:55:50 +00:00
ip_auth.c Get rid of (void) cast to KFREE, as it may be a macro, in which case 1997-07-07 22:21:21 +00:00
ip_auth.h Import ip_auth.h from IPFilter 3.2beta1; this was missed during the 1997-07-06 04:58:52 +00:00
ip_compat.h Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_fil.c The fingerprint of (*fr_checkp)() is the same if compiling in kernel 1997-07-06 22:32:34 +00:00
ip_fil.h put back IPFILTER_DEFAULT_BLOCK, as documented in options(4). 1997-07-08 05:54:02 +00:00
ip_frag.c Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_frag.h Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_ftp_pxy.c fix conflicts from import 1997-07-05 05:38:14 +00:00
ip_icmp.c Increment icmpstat.icps_badlen for bad length of ICMP_MASKREQ, per 1997-06-24 01:26:19 +00:00
ip_icmp.h Prototypes and definitions for ICMP Router Discovery, From FreeBSD. 1996-08-03 15:48:18 +00:00
ip_input.c Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
ip_mroute.c backout previous kprintf changes 1996-10-13 02:03:00 +00:00
ip_mroute.h Rework the token bucket filter to use a list of packets rather than a static 1996-09-09 17:14:04 +00:00
ip_nat.c Nuke an `#ifdef sparc' conditional around ntohs() usage: this (1) is incomplete 1997-07-21 16:53:47 +00:00
ip_nat.h Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_output.c Move the mtod calls *after* we've made sure that the packet has passed the 1997-04-15 00:41:52 +00:00
ip_proxy.c Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_proxy.h Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_state.c Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_state.h Restore original RCS IDs. 1997-07-06 05:29:13 +00:00
ip_var.h Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
raw_ip.c Implement the IP_RECVIF socket option: supply a datagram packet's incoming 1997-01-11 05:21:07 +00:00
tcp.h spacing cleaup. also, minor type mixup fixups. 1995-04-17 05:32:52 +00:00
tcp_debug.c backout previous kprintf change 1996-10-13 16:50:51 +00:00
tcp_debug.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
tcp_fsm.h As per RFC 793, don't retransmit the FIN during a simultaneous close. 1997-06-18 10:05:44 +00:00
tcp_input.c Garbage-collect some "extern"s. 1997-07-28 22:07:38 +00:00
tcp_output.c Fix urgent pointer overflow problems when used with large windows 1997-06-03 16:17:09 +00:00
tcp_seq.h KERNEL -> _KERNEL 1995-03-26 20:23:52 +00:00
tcp_subr.c Pull SYN_cache_branch down into the main line. 1997-07-23 21:26:40 +00:00
tcp_timer.c Garbage-collect some "extern"s. 1997-07-28 22:07:38 +00:00
tcp_timer.h KERNEL -> _KERNEL 1995-03-26 20:23:52 +00:00
tcp_usrreq.c Generate dependencies for the TCP_SENDSPACE and TCP_RECVSPACE options. 1997-07-28 22:31:08 +00:00
tcp_var.h Make the following tunable via sysctl, inspired by BSD/OS: 1997-07-28 22:18:48 +00:00
tcpip.h make netinet work on systems where pointers and longs are 64 bits 1995-11-21 01:07:34 +00:00
udp.h Make length and offset fields unsigned. From Kevin M. Lahey <kml@nas.nasa.gov> 1996-10-25 06:22:24 +00:00
udp_usrreq.c Make the following tunable via sysctl, inspired by BSD/OS: 1997-07-28 22:19:53 +00:00
udp_var.h Make the following tunable via sysctl, inspired by BSD/OS: 1997-07-28 22:19:53 +00:00