cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.c ip_output.c ip_var.h

[ Available lists | Index of cvs-all | Month of May 2004 | Week of 1 May 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Darren Reed <darrenr@FreeBSD.org>
Date
1 May 2004 23:36:31
Subject
cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.c ip_output.c ip_var.h
Message-ID
200405020636.i426aUjZ057440@repoman.freebsd.org


[ Hide this part ]
darrenr     2004/05/01 23:36:30 PDT

FreeBSD src repository

Modified files:
sys/sys mbuf.h
sys/netinet ip_input.c ip_output.c ip_var.h
Log:
Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg
(the type of tag to claim) and push it out of ip_var.h into mbuf.h alongside
all of the other macros that work ok mbuf's and tag's.

Revision Changes Path
1.269 +1 -1 src/sys/netinet/ip_input.c
1.216 +1 -1 src/sys/netinet/ip_output.c
1.86 +0 -16 src/sys/netinet/ip_var.h

Elapsed time: 0.186 seconds