Deleted Added
full compact
in6_pcb.c (102218) in6_pcb.c (105199)
1/* $FreeBSD: head/sys/netinet6/in6_pcb.c 102218 2002-08-21 11:57:12Z truckman $ */
1/* $FreeBSD: head/sys/netinet6/in6_pcb.c 105199 2002-10-16 02:25:05Z sam $ */
2/* $KAME: in6_pcb.c,v 1.31 2001/05/21 05:45:10 jinmei 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

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

108#endif
109#include <netinet6/ah.h>
110#ifdef INET6
111#include <netinet6/ah6.h>
112#endif
113#include <netkey/key.h>
114#endif /* IPSEC */
115
2/* $KAME: in6_pcb.c,v 1.31 2001/05/21 05:45:10 jinmei 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

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

108#endif
109#include <netinet6/ah.h>
110#ifdef INET6
111#include <netinet6/ah6.h>
112#endif
113#include <netkey/key.h>
114#endif /* IPSEC */
115
116#ifdef FAST_IPSEC
117#include <netipsec/ipsec.h>
118#include <netipsec/ipsec6.h>
119#include <netipsec/key.h>
120#define IPSEC
121#endif /* FAST_IPSEC */
122
116struct in6_addr zeroin6_addr;
117
118int
119in6_pcbbind(inp, nam, td)
120 register struct inpcb *inp;
121 struct sockaddr *nam;
122 struct thread *td;
123{

--- 1003 unchanged lines hidden ---
123struct in6_addr zeroin6_addr;
124
125int
126in6_pcbbind(inp, nam, td)
127 register struct inpcb *inp;
128 struct sockaddr *nam;
129 struct thread *td;
130{

--- 1003 unchanged lines hidden ---