Deleted Added
full compact
in6.h (148385) in6.h (148921)
1/* $FreeBSD: head/sys/netinet6/in6.h 148385 2005-07-25 12:31:43Z ume $ */
1/* $FreeBSD: head/sys/netinet6/in6.h 148921 2005-08-10 09:13:35Z suz $ */
2/* $KAME: in6.h,v 1.89 2001/05/27 13:28:35 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 581 unchanged lines hidden (view full) ---

591#define IPV6CTL_PREFER_TEMPADDR 37 /* prefer temporary addr as src */
592#define IPV6CTL_ADDRCTLPOLICY 38 /* get/set address selection policy */
593#define IPV6CTL_USE_DEFAULTZONE 39 /* use default scope zone */
594
595#define IPV6CTL_MAXFRAGS 41 /* max fragments */
596
597/* New entries should be added here from current IPV6CTL_MAXID value. */
598/* to define items, should talk with KAME guys first, for *BSD compatibility */
2/* $KAME: in6.h,v 1.89 2001/05/27 13:28:35 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 581 unchanged lines hidden (view full) ---

591#define IPV6CTL_PREFER_TEMPADDR 37 /* prefer temporary addr as src */
592#define IPV6CTL_ADDRCTLPOLICY 38 /* get/set address selection policy */
593#define IPV6CTL_USE_DEFAULTZONE 39 /* use default scope zone */
594
595#define IPV6CTL_MAXFRAGS 41 /* max fragments */
596
597/* New entries should be added here from current IPV6CTL_MAXID value. */
598/* to define items, should talk with KAME guys first, for *BSD compatibility */
599#define IPV6CTL_MAXID 42
599/* 42-44 is already used in KAME */
600#define IPV6CTL_STEALTH 45
601#define IPV6CTL_MAXID 46
600#endif /* __BSD_VISIBLE */
601
602/*
603 * Redefinition of mbuf flags
604 */
605#define M_AUTHIPHDR M_PROTO2
606#define M_DECRYPTED M_PROTO3
607#define M_LOOP M_PROTO4

--- 85 unchanged lines hidden ---
602#endif /* __BSD_VISIBLE */
603
604/*
605 * Redefinition of mbuf flags
606 */
607#define M_AUTHIPHDR M_PROTO2
608#define M_DECRYPTED M_PROTO3
609#define M_LOOP M_PROTO4

--- 85 unchanged lines hidden ---