| plan 9 kernel history: overview | file list | diff list |
1997/0806/ip/ip.c (diff list | history)
| 1997/0529/sys/src/9/ip/ip.c:224,229 – 1997/0806/sys/src/9/ip/ip.c:224,231 (short | long | prev | next) | ||
| 1997/0327 | void (*ipextprotoiput)(Block*); | |
| 1997/0806 | //#define DBG(x) if((logmask & Logipmsg) && (iponly == 0 || x == iponly))netlog | |
| 1997/0327 | void | |
| 1997/0423 | ipiput(Media *m, Block *bp) | |
| 1997/0327 | { | |
| 1997/0529/sys/src/9/ip/ip.c:232,239 – 1997/0806/sys/src/9/ip/ip.c:234,241 | ||
| 1997/0327 | ushort frag; int notforme; | |
| 1997/0806 | // h = (Iphdr *)(bp->rp); // DBG(nhgetl(h->src))(Logipmsg, "ipiput %I %I len %d proto %d\n", h->src, h->dst, BLEN(bp), h->proto); | |
| 1997/0327 | /* Ensure we have enough data to process */ if(BLEN(bp) < IPHDR) { | |