>[redirected to -net]
>
>On Wed, Feb 21, 2001 at 09:50:58AM +, [EMAIL PROTECTED] wrote:
>> >On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote:
>> > > At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote:
>> > > > Hi,
>> > > > I encountered the following problem in the 4.2 version.
>> > > > In
[redirected to -net]
On Wed, Feb 21, 2001 at 09:50:58AM +, [EMAIL PROTECTED] wrote:
> >On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote:
> > > At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote:
> > > > Hi,
> > > > I encountered the following problem in the 4.2 version.
> > > > In ip_forwa
>On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote:
>> At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote:
>> >Hi,
>> > I encountered the following problem in the 4.2 version.
>> >In ip_forward, the following lines intend to save the mbuf in case we want
to
>> >send ICMP error later:
>> > mco
On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote:
> At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote:
> >Hi,
> > I encountered the following problem in the 4.2 version.
> >In ip_forward, the following lines intend to save the mbuf in case we want to
> >send ICMP error later:
> > mcopy = m_
At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote:
>Hi,
> I encountered the following problem in the 4.2 version.
>In ip_forward, the following lines intend to save the mbuf in case we want to
>send ICMP error later:
> mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64));
> if (mcopy && (mcopy->m_fl
Hi,
I encountered the following problem in the 4.2 version.
In ip_forward, the following lines intend to save the mbuf in case we want to
send ICMP error later:
mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64));
if (mcopy && (mcopy->m_flags & M_EXT))
m_copydata(mcopy, 0, sizeof(struct ip),
6 matches
Mail list logo