Searched refs:so_tag (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/ldpd/ |
| D | mpls_interface.c | 59 union sockunion *so_dest, *so_nexthop, *so_tag, so_ifa; in mpls_add_label() local 115 if ((so_tag = make_mpls_union(lab->label)) == NULL) { in mpls_add_label() 122 free(so_tag); in mpls_add_label() 128 if (add_route(so_dest, NULL, so_nexthop, NULL, so_tag, FREESO, in mpls_add_label() 143 if ((so_tag = make_mpls_union(lab->label)) == NULL) { in mpls_add_label() 149 &lab->so_gate, &so_ifa, so_tag, NO_FREESO, RTM_CHANGE) != LDP_E_OK){ in mpls_add_label() 150 free(so_tag); in mpls_add_label() 154 free(so_tag); in mpls_add_label()
|
| D | mpls_routes.c | 309 union sockunion *so_tag, int fr, int optype) in add_route() argument 368 if (so_tag) { in add_route() 369 NEXTADDR(so_tag); in add_route() 392 if (so_tag) in add_route() 393 free(so_tag); in add_route()
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | regexec.c | 57 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 60 pmatch[i].rm_so = tags[submatch_data[i].so_tag]; in tre_fill_pmatch() 73 submatch_data[i].so_tag, pmatch[i].rm_so, in tre_fill_pmatch()
|
| D | tre-internal.h | 218 int so_tag; member
|
| D | tre-compile.c | 135 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset() 1972 i, submatch_data[i].so_tag, submatch_data[i].eo_tag)); in tre_compile()
|