Home
last modified time | relevance | path

Searched refs:znh (Results 1 – 25 of 75) sorted by last modified time

123

/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DBox control for Formation Flying Satellites.ipynb680 …9BbXFaB/edvICkPqOhgC66JJwb3RqyfMxxt2vQpVu27CgB44cEAPBDsDpXqjlT2+0dvIKdChkF+znh+dADOFdbg67O3sGBUX7w…
/dports/graphics/vips/vips-8.12.0/test/test-suite/images/
H A Dsample.hdr112 …8/H.3F="*HRMQb7:;:6:=]/$EEI65<8\EIN$+5<BB?<7,<=/3&>:SNLQUoe.hFGCA<5YPZq�znh�c`{tZ\s�����zpY\���…
/dports/biology/ugene/ugene-40.1/data/snp_scripts/
H A Dpdb_uniprot_chain_map.lst.268275 1znh A P11589
127858 2znh A P01008
127859 2znh B P01008
205444 3znh A Q6TQR6
205445 3znh B P0CG47
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml9960 四大家族 /znh'
173803 不守 znh'
173804 不愧為 znh'
173805 大寒 znh'
173806 大廚 znh'
173807 大寶 znh'
173808 惠州街 znh.'
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c2912 nexthop_add_labels(nexthop, type, znh->label_num, znh->labels); in ftn_update_nexthop()
2997 &znh->gate.ipv4)) in ftn_update_znh()
3016 &znh->gate.ipv6)) in ftn_update_znh()
3129 znh = &zl->nexthops[i]; in mpls_zapi_labels_process()
3137 &znh->gate, znh->ifindex, in mpls_zapi_labels_process()
3155 znh); in mpls_zapi_labels_process()
3182 znh->type, &znh->gate, in mpls_zapi_labels_process()
3205 znh); in mpls_zapi_labels_process()
3376 nhlfe = lsp_add_nhlfe(lsp, type, znh->label_num, znh->labels, in lsp_znh_install()
3377 znh->type, &znh->gate, znh->ifindex, in lsp_znh_install()
[all …]
H A Dzapi_msg.c2074 const struct zapi_nexthop *znh; in zapi_labels_validate() local
2083 znh = &zl->nexthops[j]; in zapi_labels_validate()
2087 for (i = 0; i < znh->backup_num; i++) { in zapi_labels_validate()
2088 idx = znh->backup_idx[i] / 32; in zapi_labels_validate()
2090 ival = 1 << znh->backup_idx[i] % 32; in zapi_labels_validate()
2099 znh->backup_idx[i]); in zapi_labels_validate()
H A Dzebra_rnh.c1159 struct zapi_nexthop znh; in zebra_send_rnh_update() local
1173 zapi_nexthop_from_nexthop(&znh, nh); in zebra_send_rnh_update()
1174 ret = zapi_nexthop_encode(s, &znh, 0, message); in zebra_send_rnh_update()
1185 zapi_nexthop_from_nexthop(&znh, nh); in zebra_send_rnh_update()
1187 s, &znh, 0 /* flags */, in zebra_send_rnh_update()
H A Dzebra_srte.c108 struct zapi_nexthop znh; in zebra_sr_policy_notify_update_client() local
154 zapi_nexthop_from_nexthop(&znh, nhlfe->nexthop); in zebra_sr_policy_notify_update_client()
155 ret = zapi_nexthop_encode(s, &znh, 0, message); in zebra_sr_policy_notify_update_client()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldp_zebra.c110 struct zapi_nexthop *znh; in ldp_zebra_send_mpls_labels() local
154 znh = &zl.nexthops[0]; in ldp_zebra_send_mpls_labels()
157 znh->gate.ipv4 = kr->nexthop.v4; in ldp_zebra_send_mpls_labels()
159 znh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in ldp_zebra_send_mpls_labels()
161 znh->type = NEXTHOP_TYPE_IPV4; in ldp_zebra_send_mpls_labels()
164 znh->gate.ipv6 = kr->nexthop.v6; in ldp_zebra_send_mpls_labels()
166 znh->type = NEXTHOP_TYPE_IPV6_IFINDEX; in ldp_zebra_send_mpls_labels()
168 znh->type = NEXTHOP_TYPE_IPV6; in ldp_zebra_send_mpls_labels()
173 znh->ifindex = kr->ifindex; in ldp_zebra_send_mpls_labels()
174 znh->label_num = 1; in ldp_zebra_send_mpls_labels()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c124 struct zapi_nexthop *znh; in sharp_install_lsps_helper() local
142 znh = &zl.nexthops[i]; in sharp_install_lsps_helper()
154 ret = zapi_nexthop_from_nexthop(znh, nh); in sharp_install_lsps_helper()
177 znh = &zl.backup_nexthops[i]; in sharp_install_lsps_helper()
189 ret = zapi_nexthop_from_nexthop(znh, nh); in sharp_install_lsps_helper()
457 switch (znh->type) { in sharp_debug_nexthops()
464 znh->type, znh->ifindex, znh->vrf_id, in sharp_debug_nexthops()
465 znh->label_num); in sharp_debug_nexthops()
473 znh->type, znh->ifindex, znh->vrf_id, in sharp_debug_nexthops()
474 znh->label_num); in sharp_debug_nexthops()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_srte.c108 struct zapi_nexthop znh; in zebra_sr_policy_notify_update_client() local
154 zapi_nexthop_from_nexthop(&znh, nhlfe->nexthop); in zebra_sr_policy_notify_update_client()
155 ret = zapi_nexthop_encode(s, &znh, 0, message); in zebra_sr_policy_notify_update_client()
H A Dzebra_mpls.c2912 nexthop_add_labels(nexthop, type, znh->label_num, znh->labels); in ftn_update_nexthop()
2997 &znh->gate.ipv4)) in ftn_update_znh()
3016 &znh->gate.ipv6)) in ftn_update_znh()
3129 znh = &zl->nexthops[i]; in mpls_zapi_labels_process()
3137 &znh->gate, znh->ifindex, in mpls_zapi_labels_process()
3155 znh); in mpls_zapi_labels_process()
3182 znh->type, &znh->gate, in mpls_zapi_labels_process()
3205 znh); in mpls_zapi_labels_process()
3376 nhlfe = lsp_add_nhlfe(lsp, type, znh->label_num, znh->labels, in lsp_znh_install()
3377 znh->type, &znh->gate, znh->ifindex, in lsp_znh_install()
[all …]
H A Dzebra_rnh.c1159 struct zapi_nexthop znh; in zebra_send_rnh_update() local
1173 zapi_nexthop_from_nexthop(&znh, nh); in zebra_send_rnh_update()
1174 ret = zapi_nexthop_encode(s, &znh, 0, message); in zebra_send_rnh_update()
1185 zapi_nexthop_from_nexthop(&znh, nh); in zebra_send_rnh_update()
1187 s, &znh, 0 /* flags */, in zebra_send_rnh_update()
H A Dzapi_msg.c2074 const struct zapi_nexthop *znh; in zapi_labels_validate() local
2083 znh = &zl->nexthops[j]; in zapi_labels_validate()
2087 for (i = 0; i < znh->backup_num; i++) { in zapi_labels_validate()
2088 idx = znh->backup_idx[i] / 32; in zapi_labels_validate()
2090 ival = 1 << znh->backup_idx[i] % 32; in zapi_labels_validate()
2099 znh->backup_idx[i]); in zapi_labels_validate()
/dports/net/frr7/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c124 struct zapi_nexthop *znh; in sharp_install_lsps_helper() local
142 znh = &zl.nexthops[i]; in sharp_install_lsps_helper()
154 ret = zapi_nexthop_from_nexthop(znh, nh); in sharp_install_lsps_helper()
177 znh = &zl.backup_nexthops[i]; in sharp_install_lsps_helper()
189 ret = zapi_nexthop_from_nexthop(znh, nh); in sharp_install_lsps_helper()
457 switch (znh->type) { in sharp_debug_nexthops()
464 znh->type, znh->ifindex, znh->vrf_id, in sharp_debug_nexthops()
465 znh->label_num); in sharp_debug_nexthops()
473 znh->type, znh->ifindex, znh->vrf_id, in sharp_debug_nexthops()
474 znh->label_num); in sharp_debug_nexthops()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dzclient.c1546 n->type = znh->type; in nexthop_from_zapi_nexthop()
1547 n->vrf_id = znh->vrf_id; in nexthop_from_zapi_nexthop()
1549 n->gate = znh->gate; in nexthop_from_zapi_nexthop()
1555 if (znh->label_num) { in nexthop_from_zapi_nexthop()
1557 znh->labels); in nexthop_from_zapi_nexthop()
1577 memset(znh, 0, sizeof(*znh)); in zapi_nexthop_from_nexthop()
1579 znh->type = nh->type; in zapi_nexthop_from_nexthop()
1583 znh->gate = nh->gate; in zapi_nexthop_from_nexthop()
1594 znh->label_num = i; in zapi_nexthop_from_nexthop()
1604 memcpy(znh->backup_idx, nh->backup_idx, znh->backup_num); in zapi_nexthop_from_nexthop()
[all …]
H A Dzclient.h864 nexthop_from_zapi_nexthop(const struct zapi_nexthop *znh);
865 int zapi_nexthop_from_nexthop(struct zapi_nexthop *znh,
867 int zapi_backup_nexthop_from_nexthop(struct zapi_nexthop *znh,
871 const char *zapi_nexthop2str(const struct zapi_nexthop *znh, char *buf,
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_zebra.c277 struct zapi_nexthop *znh; in isis_zebra_prefix_install_prefix_sid() local
298 znh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_prefix_install_prefix_sid()
299 znh->ifindex = ifp->ifindex; in isis_zebra_prefix_install_prefix_sid()
300 znh->label_num = 1; in isis_zebra_prefix_install_prefix_sid()
322 znh->gate = nexthop->ip; in isis_zebra_prefix_install_prefix_sid()
323 znh->ifindex = nexthop->ifindex; in isis_zebra_prefix_install_prefix_sid()
324 znh->label_num = 1; in isis_zebra_prefix_install_prefix_sid()
395 struct zapi_nexthop *znh; in isis_zebra_send_adjacency_sid() local
411 znh = &zl.nexthops[0]; in isis_zebra_send_adjacency_sid()
412 znh->gate = sra->nexthop.address; in isis_zebra_send_adjacency_sid()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_zebra.c527 struct zapi_nexthop *znh; local
545 znh->label_num = 1;
571 znh->gate.ipv4 = path->nexthop;
572 znh->ifindex = path->ifindex;
573 znh->label_num = 1;
616 struct zapi_nexthop *znh; local
626 znh = &zl.nexthops[0];
628 znh->gate.ipv4 = nhlfe.nexthop;
629 znh->ifindex = nhlfe.ifindex;
630 znh->label_num = 1;
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dzclient.c1546 n->type = znh->type; in nexthop_from_zapi_nexthop()
1547 n->vrf_id = znh->vrf_id; in nexthop_from_zapi_nexthop()
1549 n->gate = znh->gate; in nexthop_from_zapi_nexthop()
1555 if (znh->label_num) { in nexthop_from_zapi_nexthop()
1557 znh->labels); in nexthop_from_zapi_nexthop()
1577 memset(znh, 0, sizeof(*znh)); in zapi_nexthop_from_nexthop()
1579 znh->type = nh->type; in zapi_nexthop_from_nexthop()
1583 znh->gate = nh->gate; in zapi_nexthop_from_nexthop()
1594 znh->label_num = i; in zapi_nexthop_from_nexthop()
1604 memcpy(znh->backup_idx, nh->backup_idx, znh->backup_num); in zapi_nexthop_from_nexthop()
[all …]
H A Dzclient.h864 nexthop_from_zapi_nexthop(const struct zapi_nexthop *znh);
865 int zapi_nexthop_from_nexthop(struct zapi_nexthop *znh,
867 int zapi_backup_nexthop_from_nexthop(struct zapi_nexthop *znh,
871 const char *zapi_nexthop2str(const struct zapi_nexthop *znh, char *buf,
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_zebra.c527 struct zapi_nexthop *znh; local
545 znh->label_num = 1;
571 znh->gate.ipv4 = path->nexthop;
572 znh->ifindex = path->ifindex;
573 znh->label_num = 1;
616 struct zapi_nexthop *znh; local
626 znh = &zl.nexthops[0];
628 znh->gate.ipv4 = nhlfe.nexthop;
629 znh->ifindex = nhlfe.ifindex;
630 znh->label_num = 1;
[all …]
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_zebra.c277 struct zapi_nexthop *znh; in isis_zebra_prefix_install_prefix_sid() local
298 znh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_prefix_install_prefix_sid()
299 znh->ifindex = ifp->ifindex; in isis_zebra_prefix_install_prefix_sid()
300 znh->label_num = 1; in isis_zebra_prefix_install_prefix_sid()
322 znh->gate = nexthop->ip; in isis_zebra_prefix_install_prefix_sid()
323 znh->ifindex = nexthop->ifindex; in isis_zebra_prefix_install_prefix_sid()
324 znh->label_num = 1; in isis_zebra_prefix_install_prefix_sid()
395 struct zapi_nexthop *znh; in isis_zebra_send_adjacency_sid() local
411 znh = &zl.nexthops[0]; in isis_zebra_send_adjacency_sid()
412 znh->gate = sra->nexthop.address; in isis_zebra_send_adjacency_sid()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldp_zebra.c110 struct zapi_nexthop *znh; in ldp_zebra_send_mpls_labels() local
154 znh = &zl.nexthops[0]; in ldp_zebra_send_mpls_labels()
157 znh->gate.ipv4 = kr->nexthop.v4; in ldp_zebra_send_mpls_labels()
159 znh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in ldp_zebra_send_mpls_labels()
161 znh->type = NEXTHOP_TYPE_IPV4; in ldp_zebra_send_mpls_labels()
164 znh->gate.ipv6 = kr->nexthop.v6; in ldp_zebra_send_mpls_labels()
166 znh->type = NEXTHOP_TYPE_IPV6_IFINDEX; in ldp_zebra_send_mpls_labels()
168 znh->type = NEXTHOP_TYPE_IPV6; in ldp_zebra_send_mpls_labels()
173 znh->ifindex = kr->ifindex; in ldp_zebra_send_mpls_labels()
174 znh->label_num = 1; in ldp_zebra_send_mpls_labels()
[all …]
/dports/security/gnutls/gnutls-3.6.16/tests/cert-tests/data/
H A Dprovable3072.pem157 mIYClHzGptPQihp3E0B2yaZHogt79w9bI/42LXcaYbj2WV+znh+M4VNptRkb1AuS

123