in6pcb_rtchange
void in6pcb_rtchange(struct inpcb *, int);
notify = in6pcb_rtchange, d = NULL;
in6pcb_rtchange(inp, errno);
notify = in6pcb_rtchange;
in6pcb_rtchange(inp, 0);
void (*notify)(struct inpcb *, int) = in6pcb_rtchange;
notify = in6pcb_rtchange, d = NULL;
in6pcb_rtchange((struct inpcb *)inp, inet6ctlerrmap[cmd]);
notify = in6pcb_rtchange, d = NULL;
notify = in6pcb_rtchange;