~kris/9p

9hist

2e3c0252ca174fafbb7dfa6d35d9cc417a2bd52a — David du Colombier 26 years ago dde135b
Plan 9 from Bell Labs 2000-03-29
2 files changed, 0 insertions(+), 2 deletions(-)

M ip/ip.c
M ip/ip.h
M ip/ip.c => ip/ip.c +0 -1
@@ 87,7 87,6 @@ struct IP

	Ref		id;
	int		iprouting;			/* true if we route like a gateway */
	void 		(*ipextprotoiput)(Block*);
};

#define BLKIP(xp)	((Iphdr*)((xp)->rp))

M ip/ip.h => ip/ip.h +0 -1
@@ 483,7 483,6 @@ extern void	icmpnoconv(Fs*, Block*);
extern void	icmpttlexceeded(Fs*, uchar*, Block*);
extern void	initfrag(IP*, int);
extern ushort	ipcsum(uchar*);
extern void	(*ipextprotoiput)(Block*);
extern void	ipiput(Fs*, uchar*, Block*);
extern void	ipoput(Fs*, Block*, int, int, int);
extern int	ipstats(Fs*, char*, int);