- Move ipflow definition from ip_flow.h to ip_flow.c; it's implementation
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Oct 2008 07:11:28 +0000 (07:11 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Oct 2008 07:11:28 +0000 (07:11 +0000)
commit4639df5fefaf1f0f59f970428f0cb4eeda721181
tree02d9836af10ed69a71ef31f35be29714677bcb03
parent0aa16b5db8a773ef61a45070666220dd11d3191d
- Move ipflow definition from ip_flow.h to ip_flow.c; it's implementation
  detail.
- Move ipflow function declarations from in_var.h to ip_flow.h, include
  ip_flow.h in files which uses ipflow functions.
sys/net/if_ethersubr.c
sys/netinet/in_var.h
sys/netinet/ip_flow.c
sys/netinet/ip_flow.h
sys/netinet/ip_input.c