/[lwip]/lwip/src/netif/ethernetif.c
ViewVC logotype

Diff of /lwip/src/netif/ethernetif.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jani, Wed Dec 18 12:49:02 2002 UTC revision 1.4 by likewise, Wed Jan 8 09:13:17 2003 UTC
# Line 133  low_level_input(struct ethernetif *ether Line 133  low_level_input(struct ethernetif *ether
133    len = ;    len = ;
134    
135    /* We allocate a pbuf chain of pbufs from the pool. */    /* We allocate a pbuf chain of pbufs from the pool. */
136    p = pbuf_alloc(PBUF_LINK, len, PBUF_POOL);    p = pbuf_alloc(PBUF_RAW, len, PBUF_POOL);
137        
138    if(p != NULL) {    if(p != NULL) {
139      /* We iterate over the pbuf chain until we have read the entire      /* We iterate over the pbuf chain until we have read the entire

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26