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

Darren Reed darrenr at FreeBSD.org
Sat May 1 23:36:31 PDT 2004


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
  1.142     +17 -0     src/sys/sys/mbuf.h


More information about the cvs-src mailing list