Deleted Added
full compact
ip6_var.h (151536) ip6_var.h (166938)
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 151536 2005-10-21 15:45:13Z suz $ */
1/* $FreeBSD: head/sys/netinet6/ip6_var.h 166938 2007-02-24 11:38:47Z bms $ */
2/* $KAME: ip6_var.h,v 1.62 2001/05/03 14:51:48 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

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

348char * ip6_get_prevhdr __P((struct mbuf *, int));
349int ip6_nexthdr __P((struct mbuf *, int, int, int *));
350int ip6_lasthdr __P((struct mbuf *, int, int, int *));
351
352struct ip6aux *ip6_addaux __P((struct mbuf *));
353struct ip6aux *ip6_findaux __P((struct mbuf *));
354void ip6_delaux __P((struct mbuf *));
355
2/* $KAME: ip6_var.h,v 1.62 2001/05/03 14:51:48 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

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

348char * ip6_get_prevhdr __P((struct mbuf *, int));
349int ip6_nexthdr __P((struct mbuf *, int, int, int *));
350int ip6_lasthdr __P((struct mbuf *, int, int, int *));
351
352struct ip6aux *ip6_addaux __P((struct mbuf *));
353struct ip6aux *ip6_findaux __P((struct mbuf *));
354void ip6_delaux __P((struct mbuf *));
355
356int ip6_mforward __P((struct ip6_hdr *, struct ifnet *, struct mbuf *));
356extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
357 struct mbuf *);
358
357int ip6_process_hopopts __P((struct mbuf *, u_int8_t *, int, u_int32_t *,
358 u_int32_t *));
359void ip6_savecontrol __P((struct inpcb *, struct mbuf *, struct mbuf **));
360void ip6_notify_pmtu __P((struct inpcb *, struct sockaddr_in6 *,
361 u_int32_t *));
362int ip6_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
363
364void ip6_forward __P((struct mbuf *, int));

--- 45 unchanged lines hidden ---
359int ip6_process_hopopts __P((struct mbuf *, u_int8_t *, int, u_int32_t *,
360 u_int32_t *));
361void ip6_savecontrol __P((struct inpcb *, struct mbuf *, struct mbuf **));
362void ip6_notify_pmtu __P((struct inpcb *, struct sockaddr_in6 *,
363 u_int32_t *));
364int ip6_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
365
366void ip6_forward __P((struct mbuf *, int));

--- 45 unchanged lines hidden ---