| plan 9 kernel history: overview | file list | diff list |
1992/0903/port/ipdat.h (diff list | history)
| 1992/0826/sys/src/9/port/ipdat.h:472,478 – 1992/0903/sys/src/9/port/ipdat.h:472,478 (short | long | prev | next) | ||
|
Rename TCP functions to add tcp prefix, remove underscores.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0625 | ushort ptcl_csum(Block*bp, int, int); int pullb(Block **, int); void reset(Ipaddr, Ipaddr, char, ushort, Tcp*); | |
| 1991/0424 |
| |
| 1992/0903 | void tcpsndsyn(Tcpctl*); | |
| 1992/0625 | int seq_ge(int, int); | |
| 1991/0424 | int seq_gt(int, int); int seq_gt(int, int); | |
| 1992/0826/sys/src/9/port/ipdat.h:480,493 – 1992/0903/sys/src/9/port/ipdat.h:480,493 | ||
| 1992/0625 | int seq_lt(int, int); int seq_within(int, int, int); int seq_within(int, int, int); | |
| 1991/0424 |
| |
| 1992/0625 |
| |
| 1991/0424 |
| |
| 1992/0625 |
| |
| 1992/0626 |
| |
| 1992/0625 |
| |
| 1992/0903 | void tcpsetstate(Ipconv *, char); void tcpgo(Timer *); void tcphalt(Timer *); void tcpxstate(Ipconv*, char oldstate, char newstate); void tcpacktimer(void *); void tcpinput(Ipifc*, Block *); void tcpoutput(Ipconv*); void tcptimeout(void *); | |
| 1992/0625 | void tcpackproc(void*); | |
| 1991/0424 | void tcpflow(void*); | |
| 1992/0416 | void tcpflushincoming(Ipconv*); | |