Searched refs:in6_rtchange (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Din6_pcb.h110 in6_rtchange(struct inpcb *, int);
H A Din6_pcb.c601 * and use in6_rtchange to invalidate the route cache.
602 * Dead host indications: also use in6_rtchange to invalidate
613 notify = in6_rtchange;
834 in6_rtchange(struct inpcb *inp, int errno) function
H A Draw_ip6.c345 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange;
354 notify = in6_rtchange, d = NULL;
H A Dudp6_usrreq.c501 notify = in6_rtchange, d = NULL;
H A Dsctp6_usrreq.c439 in6_rtchange((struct in6pcb *)inp,

Completed in 44 milliseconds