/[lwip]/lwip/src/arch/unix/netif/tunif.c
ViewVC logotype

Diff of /lwip/src/arch/unix/netif/tunif.c

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

revision 1.2 by likewise, Wed Jan 8 10:09:41 2003 UTC revision 1.3 by likewise, Mon Jan 13 13:22:10 2003 UTC
# Line 179  low_level_input(struct tunif *tunif) Line 179  low_level_input(struct tunif *tunif)
179      bufptr = &buf[0];      bufptr = &buf[0];
180      for(q = p; q != NULL; q = q->next) {      for(q = p; q != NULL; q = q->next) {
181        /* Read enough bytes to fill this pbuf in the chain. The        /* Read enough bytes to fill this pbuf in the chain. The
182           avaliable data in the pbuf is given by the q->len           available data in the pbuf is given by the q->len
183           variable. */           variable. */
184        /* read data into(q->payload, q->len); */        /* read data into(q->payload, q->len); */
185        bcopy(bufptr, q->payload, q->len);        bcopy(bufptr, q->payload, q->len);

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

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