Home
last modified time | relevance | path

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

/openbsd/src/sbin/resolvd/
Dresolvd.c432 if (rtm->rtm_priority == RTP_PROPOSAL_SOLICIT) { in handle_route_message()
570 rtm.rtm_priority = RTP_PROPOSAL_SOLICIT; in solicit_dns_proposals()
/openbsd/src/sys/net/
Droute.h193 #define RTP_PROPOSAL_SOLICIT 62 /* request reply of all RTM_PROPOSAL */ macro
Drtsock.c860 if (rtm->rtm_priority == RTP_PROPOSAL_SOLICIT) { in route_output()
/openbsd/src/sbin/unwind/
Dunwind.c862 rtm.rtm_priority = RTP_PROPOSAL_SOLICIT; in solicit_dns_proposals()
/openbsd/src/sbin/slaacd/
Dfrontend.c893 if (rtm->rtm_priority == RTP_PROPOSAL_SOLICIT) { in handle_route_message()
/openbsd/src/sbin/iked/
Dvroute.c139 if (rtm->rtm_priority == RTP_PROPOSAL_SOLICIT) { in vroute_rtmsg_cb()
/openbsd/src/sbin/dhcpleased/
Dfrontend.c826 if (rtm->rtm_priority == RTP_PROPOSAL_SOLICIT) { in handle_route_message()
/openbsd/src/sbin/route/
Droute.c1531 case RTP_PROPOSAL_SOLICIT: in print_rtmsg()