itojun
c24f5b5068
add more IPv6 cases. not tested.
...
TODO: IPv6CP support. currently IPv6 packet will be generated right
after link up (spec violation)
2000-04-12 10:51:15 +00:00
thorpej
fc96443d15
New callout mechanism with two major improvements over the old
...
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and removal of callouts is constant time, important as
this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
thorpej
e1ed9178a1
Add the `packed' attribute to structures which describe wire protocol
...
data formats.
1999-11-19 20:41:19 +00:00
itojun
06c350054d
remove reference to in6_systm.h (file itself will be removed afterwords)
1999-07-30 10:35:34 +00:00
explorer
9350aaaee9
Add NetBSD rcsid tags, and preserve old ones from i4b source
1999-04-04 06:57:03 +00:00
explorer
a6a18662a2
switch to the i4b version of if_sppp*.[ch] (with mods)
1999-04-04 06:07:56 +00:00
explorer
f388d47b3b
put RCS ids in the right place. And yes, this is a SYNC ppp interface,
...
used for high-speed (T1, HSSI, DS3) interfaces.
1999-03-25 05:25:42 +00:00
explorer
2a91ea8a57
port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still,
...
but the lmc driver uses the HDLC bits from here anyway.
1999-03-25 03:38:00 +00:00