/[lwip]/lwip/src/arch/v2pro/netif/xemacif.c
ViewVC logotype

Diff of /lwip/src/arch/v2pro/netif/xemacif.c

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

revision 1.3 by likewise, Wed Jan 8 10:09:42 2003 UTC revision 1.4 by likewise, Mon Jan 13 13:22:57 2003 UTC
# Line 357  static struct pbuf * low_level_input(str Line 357  static struct pbuf * low_level_input(str
357      * read the entire packet into the pbuf. */      * read the entire packet into the pbuf. */
358        for(q = p; q != NULL; q = q->next) {        for(q = p; q != NULL; q = q->next) {
359           /* Read enough bytes to fill this pbuf           /* Read enough bytes to fill this pbuf
360            * in the chain.  The avaliable data in            * in the chain.  The available data in
361            * the pbuf is given by the q->len variable. */            * the pbuf is given by the q->len variable. */
362           for (i = 0 ; i < q->len ; i++) {           for (i = 0 ; i < q->len ; i++) {
363              ((u8_t *)q->payload)[i] = *(frame_bytes++);              ((u8_t *)q->payload)[i] = *(frame_bytes++);

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