Searched defs:dst_rhtp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c296 tsol_tpc_t *dst_rhtp; local
336 if ((dst_rhtp = find_tpc(dst, version, B_FALSE)) == NULL) {
343 switch (dst_rhtp->tpc_tp.host_type) {
353 if (dst_rhtp->tpc_tp.tp_doi != tsl->tsl_doi) {
357 tsol_tpc_t *, dst_rhtp, ts_label_t *, tsl);
358 TPC_RELE(dst_rhtp);
361 if (!blequal(&dst_rhtp->tpc_tp.tp_def_label,
366 &dst_rhtp->tpc_tp.tp_def_label))) {
371 tsol_tpc_t *, dst_rhtp, ts_label_t *, tsl);
372 TPC_RELE(dst_rhtp);
[all...]
H A Dtnet.c1033 tsol_tpc_t *src_rhtp, *dst_rhtp; local
1049 dst_rhtp = find_tpc(&ipha->ipha_dst, IPV4_VERSION,
1058 dst_rhtp = find_tpc(&ip6h->ip6_dst, IPV6_VERSION,
1061 if (dst_rhtp == NULL) {
1089 } else switch (dst_rhtp->tpc_tp.host_type) {
1096 &dst_rhtp->tpc_tp.tp_sl_range_cipso) ||
1098 dst_rhtp->tpc_tp.tp_sl_set_cipso);
1105 TPC_RELE(dst_rhtp);
1460 tsol_tpc_t *dst_rhtp, *gw_rhtp; local
1531 dst_rhtp
[all...]
H A Dip6_if.c1880 tsol_tpc_t *src_rhtp, *dst_rhtp; local
1945 dst_rhtp = NULL;
1947 dst_rhtp = find_tpc(dst, IPV6_VERSION, B_FALSE);
1948 if (dst_rhtp == NULL)
1950 if (dst_rhtp->tpc_tp.host_type != UNLABELED) {
1951 TPC_RELE(dst_rhtp);
1952 dst_rhtp = NULL;
2037 if (dst_rhtp != NULL) {
2047 dst_rhtp->tpc_tp.tp_doi ||
2048 (!_blinrange(&dst_rhtp
[all...]
H A Dip_if.c15318 tsol_tpc_t *src_rhtp, *dst_rhtp; local
15348 dst_rhtp = NULL;
15350 dst_rhtp = find_tpc(&dst, IPV4_VERSION, B_FALSE);
15351 if (dst_rhtp == NULL)
15353 if (dst_rhtp->tpc_tp.host_type != UNLABELED) {
15354 TPC_RELE(dst_rhtp);
15355 dst_rhtp = NULL;
15422 if (dst_rhtp != NULL) {
15431 dst_rhtp->tpc_tp.tp_doi ||
15432 (!_blinrange(&dst_rhtp
[all...]

Completed in 82 milliseconds