mycroft
|
3a8e9c62b8
|
Remove ip_ifmatrix completely.
|
1995-06-07 16:01:15 +00:00 |
|
cgd
|
d4f62dcb69
|
update from Ignatios Souvatzis
|
1995-06-07 00:13:52 +00:00 |
|
mycroft
|
4906fd756f
|
Simplify ipip_input() a bit. Don't blow away the vif cache if someone sends
us a bogus packet.
|
1995-06-04 07:38:19 +00:00 |
|
mycroft
|
e30d6fd798
|
Simply tbf_control() a bit.
|
1995-06-04 07:20:47 +00:00 |
|
mycroft
|
b8c4ea6580
|
Eliminate compiler warnings.
|
1995-06-04 06:55:30 +00:00 |
|
mycroft
|
e201372b7d
|
For consistency, set sin_len for SIOC{ADD,DEL}MULTI.
|
1995-06-04 06:46:05 +00:00 |
|
mycroft
|
51a0da73db
|
Remove one more bogus cast.
|
1995-06-04 06:03:53 +00:00 |
|
mycroft
|
41703012d6
|
Don't cast things unnecessarily.
|
1995-06-04 05:58:20 +00:00 |
|
mycroft
|
0a99592372
|
Clean up many more casts.
|
1995-06-04 05:06:49 +00:00 |
|
mycroft
|
06a9ea20e8
|
Clean up a lot of ugly casts.
|
1995-06-04 04:35:29 +00:00 |
|
mycroft
|
489f42a2d8
|
Dynamically allocate the deencapsulation interfaces. Abstract the code to
reset a vif into a separate function.
|
1995-06-02 04:23:05 +00:00 |
|
mycroft
|
4516e8c845
|
Don't use INADDR_* constants in case labels.
|
1995-06-01 21:46:27 +00:00 |
|
mycroft
|
eb216fd6c2
|
Avoid byte-swapping IP addresses at run time.
|
1995-06-01 21:35:34 +00:00 |
|
mycroft
|
2eaf92b3e5
|
Add missing ntohl() in multicast test.
|
1995-06-01 15:59:04 +00:00 |
|
mycroft
|
ba9883ec57
|
Integrate multicast 3.5 distribution, with several bugs fixed and general
cleanup. This is a (working) snapshot of work in progress.
|
1995-05-31 21:50:34 +00:00 |
|
mycroft
|
a54e2ffa20
|
Add IPPROTO_IP. Fix comment for IP_MULTICAST_IF.
|
1995-05-31 07:39:33 +00:00 |
|
mycroft
|
f49ddb8b04
|
Implement IGMP v2. Based on the Multicast 3.5 distribution.
|
1995-05-31 06:08:17 +00:00 |
|
cgd
|
dd614d8474
|
parenthesize macro arg usage
|
1995-05-16 05:26:36 +00:00 |
|
cgd
|
0bfc08ac63
|
oops; forgot a '{'
|
1995-05-15 02:09:58 +00:00 |
|
cgd
|
05af191f3b
|
spacing fixups and KNF. #define ether address size, so it's not
hardcoded as '6' all over.
|
1995-05-15 01:30:44 +00:00 |
|
cgd
|
cd172a4d08
|
KNF
|
1995-05-15 01:25:21 +00:00 |
|
cgd
|
b4cd363b69
|
simplify ip_output() out-of-memory condition slightly, and style nits.
|
1995-05-15 01:24:53 +00:00 |
|
cgd
|
e7164bb2fd
|
"routine" precedence has a value of 0.
|
1995-05-15 01:22:44 +00:00 |
|
cgd
|
2c1e3c655f
|
drop (and record) malformed IP fragments. Fixes pr 1030 (differently).
|
1995-05-14 08:23:00 +00:00 |
|
cgd
|
c03b53c2e8
|
spacing cleaup. also, minor type mixup fixups.
|
1995-04-17 05:32:52 +00:00 |
|
chopps
|
999aa2cc32
|
update arc_input() proto to match reality.
|
1995-04-14 17:09:39 +00:00 |
|
cgd
|
1e2fe7fa41
|
oops; missed the chance to fix a cast, that then becamse a compiler warning.
|
1995-04-13 20:09:23 +00:00 |
|
cgd
|
80929f8527
|
be a bit more careful and explicit with types. (basically a large no-op.)
|
1995-04-13 06:35:38 +00:00 |
|
cgd
|
b5b72d26ea
|
be a bit more careful and explicit with types. (basically a large no-op.)
|
1995-04-13 06:25:36 +00:00 |
|
mycroft
|
8b77f9cd5f
|
Remove some explicit references to loif.
|
1995-04-11 04:30:47 +00:00 |
|
mycroft
|
2f30839b62
|
Remove now unneeded #ifdef. Prototype new function.
|
1995-04-10 00:06:54 +00:00 |
|
mycroft
|
99cd177c88
|
Add a common function to initialize ARP-related variables. `Insired'
by Garrett Wollman.
|
1995-04-07 22:26:04 +00:00 |
|
briggs
|
6efcd1b6d4
|
KERNEL -> _KERNEL
|
1995-03-29 21:57:43 +00:00 |
|
jtc
|
7c04233887
|
KERNEL -> _KERNEL
|
1995-03-26 20:23:52 +00:00 |
|
glass
|
e553431826
|
Default linger time was 120 clock ticks instead of the intended
2 minutes.
[Bug pointed out by Wright/Stevens in TCP/IP Illustrated Vol II]
|
1995-03-21 07:48:14 +00:00 |
|
glass
|
af55380e5a
|
remove references to arptnew. fix spelling error
|
1995-03-06 19:06:05 +00:00 |
|
glass
|
14e57cebfa
|
Fix for two bad tests in the raw IP socket input code. Only affected
raw sockets that were bound to a local address and/or connected to a
foreign address. Fix from Dan McDonald <danmcd@itd.nrl.navy.mil>
|
1995-03-02 09:33:40 +00:00 |
|
chopps
|
7908b4858d
|
add prototypes
|
1995-03-02 09:14:38 +00:00 |
|
glass
|
48b5b94c4f
|
fix some typos. from frank@fwi.uva.nl (Frank van der Linden)
|
1995-02-27 09:10:24 +00:00 |
|
glass
|
f634dc196b
|
preliminary arcnet support. uses lame but RFC address resolution
|
1995-02-23 07:19:49 +00:00 |
|
mycroft
|
153c5e083f
|
Fix a condition where we sometimes sent a FIN too early. Also, a small
optimization.
|
1995-01-23 20:18:35 +00:00 |
|
mycroft
|
4d0a512f67
|
Fix mbuf leak in rip_ctloutput().
|
1995-01-12 06:23:45 +00:00 |
|
mycroft
|
22ab689dfe
|
Fix off by one error in in_socktrim(), reported by Karn Fox.
|
1994-11-03 14:57:35 +00:00 |
|
mycroft
|
63bb09e6da
|
Don't return received data to the user until the initial handshake is complete.
Also use TCPS_HAVEESTABLISHED() in a few other places.
|
1994-10-14 16:01:48 +00:00 |
|
mycroft
|
b94d5a36e7
|
Increase the default window size to 16k.
|
1994-10-13 14:26:15 +00:00 |
|
deraadt
|
d6bfeb6b71
|
failure to bind to a reserved port should return EACCES not EPERM.
|
1994-09-29 02:31:35 +00:00 |
|
mycroft
|
f21c4cc68a
|
Fix byte-order bug in printf() statement.
|
1994-07-27 12:36:09 +00:00 |
|
cgd
|
e4cafbc7da
|
kill conflicting externs
|
1994-07-24 02:41:27 +00:00 |
|
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
|
chopps
|
9f0089f3ce
|
config.new hack for if_ether.c for lack of an `and' in the grammer
and protect some ether specific code in in.c
|
1994-06-21 03:54:27 +00:00 |
|