Deleted Added
full compact
5c5
< * $Id: alias_cmd.c,v 1.24 1999/05/08 11:05:59 brian Exp $
---
> * $Id: alias_cmd.c,v 1.25 1999/05/12 09:48:39 brian Exp $
315a316
> mbuf_SetType(bp, type);
333c334
< bp = mbuf_Contiguous(alias_PadMbuf(bp, MB_IPQ));
---
> bp = mbuf_Contiguous(alias_PadMbuf(bp, MB_ALIASOUT));
353c354
< bp = mbuf_Contiguous(alias_PadMbuf(bp, MB_IPIN));
---
> bp = mbuf_Contiguous(alias_PadMbuf(bp, MB_ALIASIN));
386c387
< *last = mbuf_Alloc(ntohs(((struct ip *)fptr)->ip_len), MB_IPIN);
---
> *last = mbuf_Alloc(ntohs(((struct ip *)fptr)->ip_len), MB_ALIASIN);