/[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.5 by likewise, Wed Jan 8 10:09:43 2003 UTC revision 1.6 by likewise, Mon Jan 13 13:26:39 2003 UTC
# Line 140  low_level_input(struct ethernetif *ether Line 140  low_level_input(struct ethernetif *ether
140         packet into the pbuf. */         packet into the pbuf. */
141      for(q = p; q != NULL; q = q->next) {      for(q = p; q != NULL; q = q->next) {
142        /* Read enough bytes to fill this pbuf in the chain. The        /* Read enough bytes to fill this pbuf in the chain. The
143           avaliable data in the pbuf is given by the q->len           available data in the pbuf is given by the q->len
144           variable. */           variable. */
145        read data into(q->payload, q->len);        read data into(q->payload, q->len);
146      }      }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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