summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_var.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-23 07:58:58 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-23 07:58:58 +0000
commit9f42d6219fe8097ea3b6faf2beb93af539c11208 (patch)
treee9ddacff2fe82669b4c4c98bd691013a9988dda2 /sys/netinet6/udp6_var.h
parent3a5cb59d83f3e960b56b9c5348a183a78c676655 (diff)
downloadFreeBSD-src-9f42d6219fe8097ea3b6faf2beb93af539c11208.zip
FreeBSD-src-9f42d6219fe8097ea3b6faf2beb93af539c11208.tar.gz
Continue effort to align UDPv4 and UDPv6 implementations by merging
udp6_output() from udp6_output.c to udp6_usrreq.c, matching the UDPv4 structure, and allowing us to remove udp6_output.c. Reviewed by: bz, gnn Approved by: re (bmah)
Diffstat (limited to 'sys/netinet6/udp6_var.h')
-rw-r--r--sys/netinet6/udp6_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/udp6_var.h b/sys/netinet6/udp6_var.h
index e8f624c..feee95e 100644
--- a/sys/netinet6/udp6_var.h
+++ b/sys/netinet6/udp6_var.h
@@ -71,8 +71,6 @@ extern struct pr_usrreqs udp6_usrreqs;
void udp6_ctlinput(int, struct sockaddr *, void *);
int udp6_input(struct mbuf **, int *, int);
-int udp6_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr,
- struct mbuf *control, struct thread *td);
#endif
#endif /*_NETINET6_UDP6_VAR_H_*/
OpenPOWER on IntegriCloud