Re: refactor mbuf parsing on driver level

2023-02-05 Thread Christian Weisgerber
Jan Klemkow: > > > - I turned the KASSERTS to returns. > > > - Check if the mbuf is large enough for an ether header. > > > - additionally #ifdef'd INET6 around the ip6_hdr in the new struct > > > > For non-initial fragments of TCP/UDP packets, ether_extract_headers() > > will create ext.tcp/e

Re: remove reference to auth_getchallenge

2023-02-05 Thread Todd C . Miller
On Sun, 05 Feb 2023 10:43:58 -0500, aisha wrote: > The auth_getchallenge function doesn't seem to exist in the code base. > OK to remove this reference? Yes, that should be removed. OK millert@ - todd

remove reference to auth_getchallenge

2023-02-05 Thread aisha
The auth_getchallenge function doesn't seem to exist in the code base. OK to remove this reference? diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3 index c7bd965f944..24ea850eb9e 100644 --- a/lib/libc/gen/auth_subr.3 +++ b/lib/libc/gen/auth_subr.3 @@ -328,10 +328,6 @@ function. T