Home
last modified time | relevance | path

Searched refs:RTM_READD (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/ldpd/
Dmpls_routes.h47 #define RTM_READD -1 macro
Dlabel.c167 NULL, NULL, NO_FREESO, RTM_READD); in label_reattach_route()
Dmpls_routes.c321 rm.m_rtm.rtm_type = (optype == RTM_READD) ? RTM_ADD : optype; in add_route()
358 if (optype != RTM_READD && so_dest->sa.sa_family != AF_MPLS) { in add_route()