Home
last modified time | relevance | path

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

/openbsd/sbin/resolvd/
H A Dresolvd.c217 rtfilter = ROUTE_FILTER(RTM_PROPOSAL) | ROUTE_FILTER(RTM_IFANNOUNCE); in main()
431 case RTM_PROPOSAL: in handle_route_message()
565 rtm.rtm_type = RTM_PROPOSAL; in solicit_dns_proposals()
/openbsd/sbin/iked/
H A Dvroute.c138 case RTM_PROPOSAL: in vroute_rtmsg_cb()
172 rtfilter = ROUTE_FILTER(RTM_GET) | ROUTE_FILTER(RTM_PROPOSAL); in vroute_init()
718 rtm.rtm_type = RTM_PROPOSAL; in vroute_dodns()
/openbsd/sys/net/
H A Droute.h262 #define RTM_PROPOSAL 0x13 /* proposal for resolvd(8) */ macro
H A Drtsock.c754 case RTM_PROPOSAL: in route_output()
828 rtm->rtm_type != RTM_PROPOSAL && in route_output()
850 if (rtm->rtm_type == RTM_PROPOSAL) { in route_output()
863 ifp->if_rtrequest(ifp, RTM_PROPOSAL, NULL); in route_output()
1944 m = rtm_msg1(RTM_PROPOSAL, rtinfo); in rtm_proposal()
H A Dif_spppsubr.c4954 if (req == RTM_PROPOSAL) { in sppp_rtrequest()
/openbsd/sbin/unwind/
H A Dunwind.c271 rtfilter = ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_PROPOSAL) in main()
849 rtm.rtm_type = RTM_PROPOSAL; in solicit_dns_proposals()
H A Dfrontend.c1339 case RTM_PROPOSAL: in handle_route_message()
/openbsd/sbin/slaacd/
H A Dslaacd.c261 ROUTE_FILTER(RTM_CHGADDRATTR) | ROUTE_FILTER(RTM_PROPOSAL) | in main()
815 rtm.rtm_type = RTM_PROPOSAL; in send_rdns_proposal()
H A Dfrontend.c881 case RTM_PROPOSAL: in handle_route_message()
/openbsd/sbin/dhclient/
H A Ddhclient.c453 rtfilter = ROUTE_FILTER(RTM_PROPOSAL) | ROUTE_FILTER(RTM_IFINFO) | in get_routefd()
510 case RTM_PROPOSAL: in rtm_dispatch()
2578 rtm.rtm_type = RTM_PROPOSAL; in take_charge()
2883 rtfilter = ROUTE_FILTER(RTM_PROPOSAL); in propose_release()
2894 rtm.rtm_type = RTM_PROPOSAL; in propose_release()
H A Dkroute.c1041 rtm.rtm_type = RTM_PROPOSAL; in priv_tell_unwind()
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.c302 rtfilter = ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_PROPOSAL) | in main()
1185 rtm.rtm_type = RTM_PROPOSAL; in propose_rdns()
H A Dfrontend.c806 case RTM_PROPOSAL: in handle_route_message()
/openbsd/sbin/route/
H A Droute.c1241 rtm.rtm_type = RTM_PROPOSAL; in nameserver()
1513 case RTM_PROPOSAL: in print_rtmsg()
/openbsd/sys/dev/usb/
H A Dif_umb.c1036 if (req == RTM_PROPOSAL) { in umb_rtrequest()