| plan 9 kernel history: overview | file list | diff list |
1991/1024/port/ipdat.h (diff list | history)
| 1991/1023/sys/src/9/port/ipdat.h:46,51 – 1991/1024/sys/src/9/port/ipdat.h:46,52 (short | long | prev | next) | ||
|
Add blank lines. Add Ipconv.ptype.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0424 | uchar d[6]; /* Ethernet destination */ uchar s[6]; /* Ethernet source */ uchar type[2]; /* Ethernet packet type */ | |
| 1991/1024 | ||
| 1991/0424 | uchar vihl; /* Version and header length */ uchar tos; /* Type of service */ uchar length[2]; /* packet length */ | |
| 1991/1023/sys/src/9/port/ipdat.h:72,77 – 1991/1024/sys/src/9/port/ipdat.h:73,79 | ||
| 1991/1012 | uchar d[6]; /* Ethernet destination */ uchar s[6]; /* Ethernet source */ uchar type[2]; /* Ethernet packet type */ | |
| 1991/1024 | ||
| 1991/1012 | uchar vihl; /* Version and header length */ uchar tos; /* Type of service */ uchar length[2]; /* packet length */ | |
| 1991/1023/sys/src/9/port/ipdat.h:265,270 – 1991/1024/sys/src/9/port/ipdat.h:267,273 | ||
| 1991/0424 | Ipaddr dst; /* Destination from connect */ Port psrc; /* Source port */ Port pdst; /* Destination port */ | |
| 1991/1024 | char ptype; /* Port type */ | |
| 1991/0424 | Ipifc *ipinterface; /* Ip protocol interface */ Queue *readq; /* Pointer to upstream read q */ | |