Deleted Added
full compact
ip6.h (183550) ip6.h (185571)
1/* $FreeBSD: head/sys/netinet/ip6.h 183550 2008-10-02 15:37:58Z zec $ */
1/* $FreeBSD: head/sys/netinet/ip6.h 185571 2008-12-02 21:37:28Z bz $ */
2/* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 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

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

342 (val) = (typ)mtod(t, caddr_t); \
343 } else { \
344 (val) = (typ)NULL; \
345 (m) = NULL; \
346 } \
347 } \
348} while (/*CONSTCOND*/ 0)
349
2/* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 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

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

342 (val) = (typ)mtod(t, caddr_t); \
343 } else { \
344 (val) = (typ)NULL; \
345 (m) = NULL; \
346 } \
347 } \
348} while (/*CONSTCOND*/ 0)
349
350#include <netinet6/vinet6.h>
351
352#endif /*_KERNEL*/
353
354#endif /* not _NETINET_IP6_H_ */
350#endif /*_KERNEL*/
351
352#endif /* not _NETINET_IP6_H_ */