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

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

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

revision 1.3 by jani, Mon Nov 18 06:51:53 2002 UTC revision 1.4 by jani, Tue Nov 19 10:20:19 2002 UTC
# Line 144  static err_t Line 144  static err_t
144  low_level_output(struct netif *netif, struct pbuf *p)  low_level_output(struct netif *netif, struct pbuf *p)
145  {  {
146    struct pbuf *q;    struct pbuf *q;
147    char buf[1500];    char buf[1514];
148    char *bufptr;    char *bufptr;
149    struct tapif *tapif;    struct tapif *tapif;
150    
# Line 183  low_level_input(struct tapif *tapif) Line 183  low_level_input(struct tapif *tapif)
183  {  {
184    struct pbuf *p, *q;    struct pbuf *p, *q;
185    u16_t len;    u16_t len;
186    char buf[1500];    char buf[1514];
187    char *bufptr;    char *bufptr;
188    
189    /* Obtain the size of the packet and put it into the "len"    /* Obtain the size of the packet and put it into the "len"

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