Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet6/
H A Din6_pcb.h111 in6_rtchange(struct inpcb *, int);
/f-stack/freebsd/netinet6/
H A Din6_pcb.h111 in6_rtchange(struct inpcb *, int);
H A Draw_ip6.c356 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange; in rip6_ctlinput()
365 notify = in6_rtchange, d = NULL; in rip6_ctlinput()
H A Din6_pcb.c679 notify = in6_rtchange; in in6_pcbnotify()
896 in6_rtchange(struct inpcb *inp, int errno __unused) in in6_rtchange() function
H A Dudp6_usrreq.c569 notify = in6_rtchange, d = NULL; in udp6_common_ctlinput()