| plan 9 kernel history: overview | file list | diff list |
1992/0213/port/devip.c (diff list | history)
| 1992/0128/sys/src/9/port/devip.c:433,439 – 1992/0213/sys/src/9/port/devip.c:433,439 (short | long | prev | next) | ||
| 1992/0106 | uh->frag[1] = 0; | |
| 1991/0424 | hnputs(uh->udpplen, ptcllen); hnputl(uh->udpdst, ipc->dst); | |
| 1992/0213 | hnputl(uh->udpsrc, Myip[Myself]); | |
| 1991/0424 | hnputs(uh->udpsport, ipc->psrc); hnputs(uh->udpdport, ipc->pdst); hnputs(uh->udplen, ptcllen); | |
| 1992/0128/sys/src/9/port/devip.c:583,589 – 1992/0213/sys/src/9/port/devip.c:583,589 | ||
| 1991/1114 | connection = STREAMID(c->qid.path); cp = &ipconv[c->dev][connection]; | |
| 1992/0213 | sprint(buf, "%d.%d.%d.%d %d\n", fmtaddr(Myip[Myself]), cp->psrc); | |
| 1991/1114 | } | |
| 1991/1124 | ||
| 1991/1114 | void | |