Home
last modified time | relevance | path

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

/NextBSD/sys/netinet6/
HDin6_pcb.h105 in6_rtchange(struct inpcb *, int);
HDraw_ip6.c344 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange; in rip6_ctlinput()
353 notify = in6_rtchange, d = NULL; in rip6_ctlinput()
HDin6_pcb.c625 notify = in6_rtchange; in in6_pcbnotify()
841 in6_rtchange(struct inpcb *inp, int errno) in in6_rtchange() function
HDsctp6_usrreq.c422 in6_rtchange((struct in6pcb *)inp, in sctp6_ctlinput()
HDudp6_usrreq.c522 notify = in6_rtchange, d = NULL; in udp6_common_ctlinput()