summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-11-27 12:04:35 +0000
committerbz <bz@FreeBSD.org>2008-11-27 12:04:35 +0000
commit864141180ec3ef4d8192d52ae360994300a14548 (patch)
treee1f15662baedc4c9181ee6f9e4cd9ced42b3fbba /sys/netinet6/in6_pcb.h
parentb683fcf69217f7195e73b2f05d608c952101f47a (diff)
downloadFreeBSD-src-864141180ec3ef4d8192d52ae360994300a14548.zip
FreeBSD-src-864141180ec3ef4d8192d52ae360994300a14548.tar.gz
Merge in6_pcbfree() into in_pcbfree() which after the previous
IPsec change in r185366 only differed in two additonal IPv6 lines. Rather than splattering conditional code everywhere add the v6 check centrally at this single place. Reviewed by: rwatson (as part of a larger changset) MFC after: 6 weeks (*) (*) possibly need to leave a stub wrapper in 7 to keep the symbol.
Diffstat (limited to 'sys/netinet6/in6_pcb.h')
-rw-r--r--sys/netinet6/in6_pcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.h b/sys/netinet6/in6_pcb.h
index c76f9f1..b2cc724 100644
--- a/sys/netinet6/in6_pcb.h
+++ b/sys/netinet6/in6_pcb.h
@@ -74,7 +74,6 @@ void in6_losing __P((struct inpcb *));
int in6_pcbbind __P((struct inpcb *, struct sockaddr *, struct ucred *));
int in6_pcbconnect __P((struct inpcb *, struct sockaddr *, struct ucred *));
void in6_pcbdisconnect __P((struct inpcb *));
-void in6_pcbfree __P((struct inpcb *));
int in6_pcbladdr __P((struct inpcb *, struct sockaddr *,
struct in6_addr **));
struct inpcb *
OpenPOWER on IntegriCloud