Searched refs:add_route (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.sbin/ldpd/
H A Dmpls_routes.h68 int add_route(union sockunion *, union sockunion *, union sockunion *,
H A Dmpls_interface.c128 if (add_route(so_dest, NULL, so_nexthop, NULL, so_tag, FREESO,
148 if (add_route(&lab->so_dest, lab->host ? NULL : &lab->so_pref,
H A Dlabel.c165 add_route(&l->so_dest,
H A Dmpls_routes.c307 add_route(union sockunion *so_dest, union sockunion *so_prefix, function
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dnet.h126 #define add_route(iface, dest, mask, gate, metric) \ macro
H A Dconfigure.c135 if (!add_route(iface, &rt->dest, &rt->net, &rt->gate, iface->metric))
146 fprintf(stderr, "%s: add_route failed: %d\n", iface->name, errno);
165 if (!add_route(iface, &nrt->dest, &nrt->net, &nrt->gate,
168 fprintf(stderr, "%s: add_route failed: %d\n", iface->name, errno);

Completed in 192 milliseconds