diff options
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r-- | sys/netinet/in_pcb.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index dc81e411531..4ea34af3a4b 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.28 2000/10/10 15:16:02 provos Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.29 2000/10/11 09:14:11 itojun Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -168,12 +168,6 @@ struct inpcbtable { * protocol at PRU_BIND, PRU_LISTEN, PRU_CONNECT, etc, or by in_pcb*(). */ #define INP_IPV6 0x100 /* sotopf(inp->inp_socket) == PF_INET6 */ -#define INP_IPV6_UNDEC 0x200 /* PCB is PF_INET6, but listens for V4/V6 */ -#define INP_IPV6_MAPPED 0x400 /* PF_INET6 PCB which is connected to - * an IPv4 host, or is bound to - * an IPv4 address (specified with - * the mapped form of v6 addresses) */ -#define INP_IPV6_MCAST 0x800 /* Set if inp_moptions points to ipv6 ones */ #if 1 /*KAME*/ /* |