Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Drtsock.c142 struct routecb { struct
148 #define sotoroutecb(so) ((struct routecb *)(so)->so_pcb) argument
179 const struct routecb *rop = (const struct routecb *)rp; in rts_filter()
250 struct routecb *rop; in rts_attach()
323 struct routecb *rop = (struct routecb *)rp; in rts_detach()
483 struct routecb *rop = sotoroutecb(so); in route_ctloutput()