in6_var.h (e1891232fc16406005acec79f89e3dd1974abba5) | in6_var.h (34a5582c47c7ec24a6bf7de8af32b1334a79f58e) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 901 unchanged lines hidden (view full) --- 910int in6_is_addr_deprecated(struct sockaddr_in6 *); 911int in6_src_ioctl(u_long, caddr_t); 912 913void in6_newaddrmsg(struct in6_ifaddr *, int); 914/* 915 * Extended API for IPv6 FIB support. 916 */ 917struct mbuf *ip6_tryforward(struct mbuf *); | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 901 unchanged lines hidden (view full) --- 910int in6_is_addr_deprecated(struct sockaddr_in6 *); 911int in6_src_ioctl(u_long, caddr_t); 912 913void in6_newaddrmsg(struct in6_ifaddr *, int); 914/* 915 * Extended API for IPv6 FIB support. 916 */ 917struct mbuf *ip6_tryforward(struct mbuf *); |
918void in6_rtredirect(struct sockaddr *, struct sockaddr *, struct sockaddr *, 919 int, struct sockaddr *, u_int); | |
920int in6_rtrequest(int, struct sockaddr *, struct sockaddr *, 921 struct sockaddr *, int, struct rtentry **, u_int); 922void in6_rtalloc(struct route_in6 *, u_int); 923void in6_rtalloc_ign(struct route_in6 *, u_long, u_int); 924struct rtentry *in6_rtalloc1(struct sockaddr *, int, u_long, u_int); 925#endif /* _KERNEL */ 926 927#endif /* _NETINET6_IN6_VAR_H_ */ | 918int in6_rtrequest(int, struct sockaddr *, struct sockaddr *, 919 struct sockaddr *, int, struct rtentry **, u_int); 920void in6_rtalloc(struct route_in6 *, u_int); 921void in6_rtalloc_ign(struct route_in6 *, u_long, u_int); 922struct rtentry *in6_rtalloc1(struct sockaddr *, int, u_long, u_int); 923#endif /* _KERNEL */ 924 925#endif /* _NETINET6_IN6_VAR_H_ */ |