| plan 9 kernel history: overview | file list | diff list |
1998/0630/ip/ip.c (diff list | history)
| 1998/0604/sys/src/9/ip/ip.c:133,139 – 1998/0630/sys/src/9/ip/ip.c:133,139 (short | long | prev | next) | ||
| 1998/0313 | ip = f->ip; | |
| 1997/0327 | /* Fill out the ip header */ | |
| 1998/0630 | eh = (Iphdr*)(bp->rp); | |
| 1997/0327 | ||
| 1998/0313 | ip->istats.ipOutRequests++; | |
| 1998/0604/sys/src/9/ip/ip.c:182,192 – 1998/0630/sys/src/9/ip/ip.c:182,192 | ||
| 1997/0327 | eh->ttl = ttl; } | |
| 1998/0604 |
| |
| 1998/0307 | if(waserror()){ runlock(ifc); nexterror(); } | |
| 1998/0630 | rlock(ifc); | |
| 1998/0307 | if(ifc->m == nil) goto raise; | |