Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Droute.h253 #define ROUTE_MSGFILTER 1 /* bitmask of which rtm_type to send to client */ macro
H A Drtsock.c500 case ROUTE_MSGFILTER: in route_ctloutput()
556 case ROUTE_MSGFILTER: in route_ctloutput()
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c147 #if defined(RO_MSGFILTER) || defined(ROUTE_MSGFILTER) in if_opensockets_os()
162 #ifdef ROUTE_MSGFILTER in if_opensockets_os()
204 #elif defined(ROUTE_MSGFILTER) in if_opensockets_os()
209 if (setsockopt(ctx->link_fd, PF_ROUTE, ROUTE_MSGFILTER, in if_opensockets_os()