Deleted Added
full compact
nd6.h (81369) nd6.h (85074)
1/* $FreeBSD: head/sys/netinet6/nd6.h 81369 2001-08-10 00:34:20Z simokawa $ */
1/* $FreeBSD: head/sys/netinet6/nd6.h 85074 2001-10-17 18:07:05Z ru $ */
2/* $KAME: nd6.h,v 1.55 2001/04/27 15:09:49 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) ---

348struct rtentry *nd6_lookup __P((struct in6_addr *, int, struct ifnet *));
349void nd6_setmtu __P((struct ifnet *));
350void nd6_timer __P((void *));
351void nd6_purge __P((struct ifnet *));
352struct llinfo_nd6 *nd6_free __P((struct rtentry *));
353void nd6_nud_hint __P((struct rtentry *, struct in6_addr *, int));
354int nd6_resolve __P((struct ifnet *, struct rtentry *,
355 struct mbuf *, struct sockaddr *, u_char *));
2/* $KAME: nd6.h,v 1.55 2001/04/27 15:09:49 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) ---

348struct rtentry *nd6_lookup __P((struct in6_addr *, int, struct ifnet *));
349void nd6_setmtu __P((struct ifnet *));
350void nd6_timer __P((void *));
351void nd6_purge __P((struct ifnet *));
352struct llinfo_nd6 *nd6_free __P((struct rtentry *));
353void nd6_nud_hint __P((struct rtentry *, struct in6_addr *, int));
354int nd6_resolve __P((struct ifnet *, struct rtentry *,
355 struct mbuf *, struct sockaddr *, u_char *));
356void nd6_rtrequest __P((int, struct rtentry *, struct sockaddr *));
356void nd6_rtrequest __P((int, struct rtentry *, struct rt_addrinfo *));
357int nd6_ioctl __P((u_long, caddr_t, struct ifnet *));
358struct rtentry *nd6_cache_lladdr __P((struct ifnet *, struct in6_addr *,
359 char *, int, int, int));
360int nd6_output __P((struct ifnet *, struct ifnet *, struct mbuf *,
361 struct sockaddr_in6 *, struct rtentry *));
362int nd6_storelladdr __P((struct ifnet *, struct rtentry *, struct mbuf *,
363 struct sockaddr *, u_char *));
364int nd6_need_cache __P((struct ifnet *));

--- 40 unchanged lines hidden ---
357int nd6_ioctl __P((u_long, caddr_t, struct ifnet *));
358struct rtentry *nd6_cache_lladdr __P((struct ifnet *, struct in6_addr *,
359 char *, int, int, int));
360int nd6_output __P((struct ifnet *, struct ifnet *, struct mbuf *,
361 struct sockaddr_in6 *, struct rtentry *));
362int nd6_storelladdr __P((struct ifnet *, struct rtentry *, struct mbuf *,
363 struct sockaddr *, u_char *));
364int nd6_need_cache __P((struct ifnet *));

--- 40 unchanged lines hidden ---