Searched refs:RTP_CONNECTED (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/net/ |
H A D | route.h | 180 #define RTP_CONNECTED 4 /* directly connected routes */ macro
|
H A D | route.c | 1277 prio = ifp->if_priority + RTP_CONNECTED; in rt_ifa_add() 1333 prio = ifp->if_priority + RTP_CONNECTED; in rt_ifa_del()
|
/openbsd/sys/netinet6/ |
H A D | in6.c | 832 error = rtrequest(RTM_ADD, &info, RTP_CONNECTED, NULL, in in6_update_ifa() 876 error = rtrequest(RTM_ADD, &info, RTP_CONNECTED, NULL, in in6_update_ifa()
|
H A D | nd6.c | 558 error = rtrequest(RTM_ADD, &info, RTP_CONNECTED, &rt, in nd6_lookup()
|
/openbsd/sbin/route/ |
H A D | route.c | 1640 case RTP_CONNECTED: in priorityname() 1670 prio = RTP_CONNECTED; in getpriority()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | mib.c | 3028 case RTP_CONNECTED: in mib_ipfroute()
|