ip_output() using varargs always struck me as bizarre, esp since it's only
authorhenning <henning@openbsd.org>
Mon, 21 Apr 2014 12:22:25 +0000 (12:22 +0000)
committerhenning <henning@openbsd.org>
Mon, 21 Apr 2014 12:22:25 +0000 (12:22 +0000)
commit4dc494bb7fe7c9c28288c6cd20bb7ae39ee56120
tree03fb1649b2abe2937552467f54d214f9d8733ad4
parentda7f9b3342a595e30a18db3c834007898eba904f
ip_output() using varargs always struck me as bizarre, esp since it's only
ever used to pass on uint32 (for ipsec). stop that madness and just pass
the uint32, 0 in all cases but the two that pass the ipsec flowinfo.
ok deraadt reyk guenther
21 files changed:
sys/net/if_gif.c
sys/net/if_gre.c
sys/net/if_pflow.c
sys/net/if_pfsync.c
sys/net/if_vxlan.c
sys/net/pf.c
sys/net/pipex.c
sys/netinet/igmp.c
sys/netinet/ip_carp.c
sys/netinet/ip_divert.c
sys/netinet/ip_icmp.c
sys/netinet/ip_input.c
sys/netinet/ip_mroute.c
sys/netinet/ip_output.c
sys/netinet/ip_var.h
sys/netinet/ipsec_output.c
sys/netinet/raw_ip.c
sys/netinet/tcp_input.c
sys/netinet/tcp_output.c
sys/netinet/tcp_subr.c
sys/netinet/udp_usrreq.c