Home
last modified time | relevance | path

Searched refs:RTM_PROPOSAL (Results 1 – 13 of 13) 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()
720 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.c4978 if (req == RTM_PROPOSAL) { in sppp_rtrequest()
/openbsd/sbin/unwind/
H A Dunwind.c275 rtfilter = ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_PROPOSAL) in main()
857 rtm.rtm_type = RTM_PROPOSAL; in solicit_dns_proposals()
H A Dfrontend.c1357 case RTM_PROPOSAL: in handle_route_message()
/openbsd/sbin/slaacd/
H A Dslaacd.c265 ROUTE_FILTER(RTM_CHGADDRATTR) | ROUTE_FILTER(RTM_PROPOSAL) | in main()
828 rtm.rtm_type = RTM_PROPOSAL; in send_rdns_proposal()
H A Dfrontend.c892 case RTM_PROPOSAL: in handle_route_message()
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.c306 rtfilter = ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_PROPOSAL) | in main()
1206 rtm.rtm_type = RTM_PROPOSAL; in propose_rdns()
H A Dfrontend.c825 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.c1042 if (req == RTM_PROPOSAL) { in umb_rtrequest()