in_var.h (8b3bc70a2b2d3889f9163e5e5a24747cea6417e6) in_var.h (34a5582c47c7ec24a6bf7de8af32b1334a79f58e)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1985, 1986, 1993
5 * The Regents of the University of California. 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

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

469void in_ifadown(struct ifaddr *ifa, int);
470struct mbuf *ip_tryforward(struct mbuf *);
471void *in_domifattach(struct ifnet *);
472void in_domifdetach(struct ifnet *, void *);
473
474
475/* XXX */
476void in_rtalloc_ign(struct route *ro, u_long ignflags, u_int fibnum);
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1985, 1986, 1993
5 * The Regents of the University of California. 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

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

469void in_ifadown(struct ifaddr *ifa, int);
470struct mbuf *ip_tryforward(struct mbuf *);
471void *in_domifattach(struct ifnet *);
472void in_domifdetach(struct ifnet *, void *);
473
474
475/* XXX */
476void in_rtalloc_ign(struct route *ro, u_long ignflags, u_int fibnum);
477void in_rtredirect(struct sockaddr *, struct sockaddr *,
478 struct sockaddr *, int, struct sockaddr *, u_int);
479#endif /* _KERNEL */
480
481/* INET6 stuff */
482#include <netinet6/in6_var.h>
483
484#endif /* _NETINET_IN_VAR_H_ */
477#endif /* _KERNEL */
478
479/* INET6 stuff */
480#include <netinet6/in6_var.h>
481
482#endif /* _NETINET_IN_VAR_H_ */