Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.h113 extern void in6_rtchange(struct inpcb *, int);
H A Draw_ip6.c318 void (*notify)(struct inpcb *, int) = in6_rtchange; in rip6_ctlinput()
329 notify = in6_rtchange; in rip6_ctlinput()
H A Din6_pcb.c1168 notify = in6_rtchange; in in6_pcbnotify()
1362 in6_rtchange(struct inpcb *inp, int errno) in in6_rtchange() function
H A Dudp6_usrreq.c705 notify = in6_rtchange; in udp6_ctlinput()