routecb
#define sotoroutecb(so) ((struct routecb *)(so)->so_pcb)
const struct routecb *rop = (const struct routecb *)rp;
struct routecb *rop;
struct routecb *rop = (struct routecb *)rp;
struct routecb *rop = sotoroutecb(so);