Searched refs:so_tag (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dmpls_interface.c61 union sockunion *so_dest, *so_pref = NULL, *so_gate, *so_nexthop, *so_tag, local
178 if ((so_tag = make_mpls_union(label)) == NULL) {
184 if (add_route(so_dest, NULL, so_nexthop, NULL, so_tag, FREESO, RTM_ADD) != LDP_E_OK)
215 so_tag = make_mpls_union(label);
222 free(so_tag);
230 if (add_route(so_dest, so_pref, so_nexthop, so_ifa, so_tag, FREESO, RTM_CHANGE) != LDP_E_OK)
H A Dmpls_routes.c329 union sockunion *so_gate, union sockunion *so_ifa, union sockunion *so_tag,
378 if (so_tag) {
379 NEXTADDR(so_tag);
402 if (so_tag)
403 free(so_tag);
328 add_route(union sockunion *so_dest, union sockunion *so_prefix, union sockunion *so_gate, union sockunion *so_ifa, union sockunion *so_tag, int fr, int optype) argument
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dregexec.c54 if (submatch_data[i].so_tag == tnfa->end_tag)
57 pmatch[i].rm_so = tags[submatch_data[i].so_tag];
70 submatch_data[i].so_tag, pmatch[i].rm_so,
H A Dtre-internal.h218 int so_tag; member in struct:tre_submatch_data
H A Dtre-compile.c133 tnfa->submatch_data[id].so_tag = tag;
1963 i, submatch_data[i].so_tag, submatch_data[i].eo_tag));

Completed in 163 milliseconds