/src/usr.sbin/ldpd/ |
mpls_routes.h | 68 int add_route(union sockunion *, union sockunion *, union sockunion *,
|
mpls_interface.c | 128 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,
|
label.c | 165 add_route(&l->so_dest,
|
mpls_routes.c | 307 add_route(union sockunion *so_dest, union sockunion *so_prefix, function in typeref:typename:int
|
/src/usr.bin/rump_dhcpclient/ |
net.h | 126 #define add_route(iface, dest, mask, gate, metric) \ macro
|
configure.c | 135 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);
|