Searched refs:ROUTE_TABLEFILTER (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/net/ |
H A D | route.h | 320 #define ROUTE_TABLEFILTER 2 /* change routing table the socket is listening macro
|
H A D | rtsock.c | 387 case ROUTE_TABLEFILTER: in route_ctloutput() 426 case ROUTE_TABLEFILTER: in route_ctloutput()
|
/openbsd/usr.sbin/ifstated/ |
H A D | ifstated.c | 160 if (setsockopt(rt_fd, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/usr.sbin/ndp/ |
H A D | ndp.c | 281 if (setsockopt(rtsock, AF_ROUTE, ROUTE_TABLEFILTER, &rdomain, len) == -1) in getsocket()
|
/openbsd/usr.sbin/arp/ |
H A D | arp.c | 227 if (setsockopt(rtsock, AF_ROUTE, ROUTE_TABLEFILTER, &rdomain, len) == -1) in getsocket()
|
/openbsd/usr.sbin/rad/ |
H A D | rad.c | 275 if (setsockopt(frontend_routesock, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/sbin/slaacd/ |
H A D | slaacd.c | 270 if (setsockopt(frontend_routesock, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/sbin/route/ |
H A D | route.c | 259 if (setsockopt(s, AF_ROUTE, ROUTE_TABLEFILTER, in main() 263 if (setsockopt(s, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/sbin/dhcp6leased/ |
H A D | dhcp6leased.c | 297 if (setsockopt(frontend_routesock, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/sbin/dhcpleased/ |
H A D | dhcpleased.c | 311 if (setsockopt(frontend_routesock, AF_ROUTE, ROUTE_TABLEFILTER, in main()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | kroute.c | 192 if (setsockopt(kr_state.ks_fd, AF_ROUTE, ROUTE_TABLEFILTER, &tid, in RB_PROTOTYPE()
|
/openbsd/usr.sbin/bgpd/ |
H A D | kroute.c | 239 if (setsockopt(kr_state.fd, AF_ROUTE, ROUTE_TABLEFILTER, &tid, in RB_PROTOTYPE()
|