| plan 9 kernel history: overview | file list | diff list |
2000/0713/pc/devether.c (diff list | history)
| 1999/0819/sys/src/9/pc/devether.c:110,121 – 2000/0713/sys/src/9/pc/devether.c:110,121 (short | long | prev | next) | ||
| 1997/0327 | if(qwindow(f->in) <= 0) return; | |
| 2000/0713 | if(len > 58) n = 58; | |
| 1997/0327 | else n = len; | |
| 2000/0713 | bp = iallocb(64); if(bp == nil) | |
| 1997/0327 | return; memmove(bp->wp, pkt->d, n); | |
| 1997/0808 | i = TK2MS(MACHP(0)->ticks); | |