Home
last modified time | relevance | path

Searched refs:nhs (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dnhrp_nhs.c24 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_reply() local
130 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_send_req() local
223 THREAD_TIMER_ON(master, nhs->t_resolve, nhrp_nhs_resolve, nhs, 5); in nhrp_nhs_resolve_cb()
227 THREAD_TIMER_ON(master, nhs->t_resolve, nhrp_nhs_resolve, nhs, 2*60*60); in nhrp_nhs_resolve_cb()
232 nhs->hub = 0; in nhrp_nhs_resolve_cb()
235 nhs->hub = 1; in nhrp_nhs_resolve_cb()
247 reg->nhs = nhs; in nhrp_nhs_resolve_cb()
273 struct nhrp_nhs *nhs; in nhrp_nhs_add() local
321 nhrp_nhs_free(nhs); in nhrp_nhs_del()
361 struct nhrp_nhs *nhs; in nhrp_nhs_foreach() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_nhs.c28 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_reply() local
58 && nhs->hub))) in nhrp_reg_reply()
150 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_send_req() local
253 &nhs->t_resolve); in nhrp_nhs_resolve_cb()
258 &nhs->t_resolve); in nhrp_nhs_resolve_cb()
263 nhs->hub = 0; in nhrp_nhs_resolve_cb()
266 nhs->hub = 1; in nhrp_nhs_resolve_cb()
278 reg->nhs = nhs; in nhrp_nhs_resolve_cb()
299 resolver_resolve(&nhs->dns_resolve, AF_INET, nhs->nbma_fqdn, in nhrp_nhs_resolve()
361 nhrp_nhs_free(nhs); in nhrp_nhs_del()
[all …]
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_nhs.c28 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_reply() local
58 && nhs->hub))) in nhrp_reg_reply()
150 struct nhrp_nhs *nhs = r->nhs; in nhrp_reg_send_req() local
253 &nhs->t_resolve); in nhrp_nhs_resolve_cb()
258 &nhs->t_resolve); in nhrp_nhs_resolve_cb()
263 nhs->hub = 0; in nhrp_nhs_resolve_cb()
266 nhs->hub = 1; in nhrp_nhs_resolve_cb()
278 reg->nhs = nhs; in nhrp_nhs_resolve_cb()
299 resolver_resolve(&nhs->dns_resolve, AF_INET, nhs->nbma_fqdn, in nhrp_nhs_resolve()
361 nhrp_nhs_free(nhs); in nhrp_nhs_del()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/internal/
H A Dgapi_transactions_test.cpp48 nhs[0] = graph.createNode(); in SimpleGraph()
51 nhs[i ] = graph.createNode(); in SimpleGraph()
52 ehs[i - 1] = graph.link(nhs[i - 1], nhs[i]); in SimpleGraph()
117 EXPECT_FALSE(connected(nhs[0], nhs[1])); in TEST_F()
126 EXPECT_TRUE(connected(nhs[0], nhs[1])); in TEST_F()
135 EXPECT_FALSE(connected(nhs[0], nhs[1])); in TEST_F()
143 EXPECT_TRUE(connected(new_nh, nhs[0])); in TEST_F()
153 EXPECT_FALSE(connected(new_nh, nhs[0])); in TEST_F()
163 EXPECT_TRUE(connected(new_nh, nhs[0])); in TEST_F()
204 EXPECT_TRUE(connected(fused_nh, nhs[4])); in TEST_F()
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/sampledata/_data/
H A Dsample_geojson.geojson1nhs.net","Website":"http://www.england.nhs.uk/south/south/bgsw-at/"}},{"type":"Feature","id":"4630…
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Drt.c42 return ort->n.nhs && nh_is_vlink(ort->n.nhs); in unresolved_vlink()
293 if (old->nhs != new->nhs) in ort_merge()
309 if (old->nhs != new->nhs) in ort_merge_ext()
419 .nhs = en->nhs in add_network()
477 .nhs = act->nhs in spfa_process_rt()
826 .nhs = abr->n.nhs in ospf_rt_sum()
927 re->n.nhs = abr->n.nhs; in ospf_rt_sum_tr()
1478 nfa.nhs = nf1->n.nhs; in ospf_ext_spf()
1504 nfa.nhs = nf2->n.nhs; in ospf_ext_spf()
1834 if (!p->ecmp || nh_is_vlink(nhs) || (nhs == en->nhs)) in add_cand()
[all …]
/dports/ftp/puf/puf-1.0.0/src/
H A Dhostlist.c119 int i, na, cp, nhs, hapi; in finish_lookup() local
147 nhs = 0, hi = 0, hapi = 0; in finish_lookup()
156 dbg(DNS, (" entry %d is origin\n", nhs)); in finish_lookup()
158 hs[nhs++] = wh->host; in finish_lookup()
162 nhs, h->name)); in finish_lookup()
170 nhs, h->name)); in finish_lookup()
171 hs[nhs++] = h; in finish_lookup()
175 if (!nhs) in finish_lookup()
181 hs[nhs++] = h; in finish_lookup()
187 hs[nhs++] = wh->host; in finish_lookup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dgre_demux.c63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() argument
69 if (unlikely(!pskb_may_pull(skb, nhs + sizeof(struct gre_base_hdr)))) in gre_parse_header()
72 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
79 if (!pskb_may_pull(skb, nhs + hdr_len)) in gre_parse_header()
82 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
117 val = skb_header_pointer(skb, nhs + hdr_len, in gre_parse_header()
135 if (!pskb_may_pull(skb, nhs + hdr_len + sizeof(*ershdr))) in gre_parse_header()
138 ershdr = (struct erspan_base_hdr *)(skb->data + nhs + hdr_len); in gre_parse_header()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dgre_demux.c63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() argument
69 if (unlikely(!pskb_may_pull(skb, nhs + sizeof(struct gre_base_hdr)))) in gre_parse_header()
72 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
79 if (!pskb_may_pull(skb, nhs + hdr_len)) in gre_parse_header()
82 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
117 val = skb_header_pointer(skb, nhs + hdr_len, in gre_parse_header()
135 if (!pskb_may_pull(skb, nhs + hdr_len + sizeof(*ershdr))) in gre_parse_header()
138 ershdr = (struct erspan_base_hdr *)(skb->data + nhs + hdr_len); in gre_parse_header()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dgre_demux.c63 bool *csum_err, __be16 proto, int nhs) in gre_parse_header() argument
69 if (unlikely(!pskb_may_pull(skb, nhs + sizeof(struct gre_base_hdr)))) in gre_parse_header()
72 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
79 if (!pskb_may_pull(skb, nhs + hdr_len)) in gre_parse_header()
82 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
117 val = skb_header_pointer(skb, nhs + hdr_len, in gre_parse_header()
135 if (!pskb_may_pull(skb, nhs + hdr_len + sizeof(*ershdr))) in gre_parse_header()
138 ershdr = (struct erspan_base_hdr *)(skb->data + nhs + hdr_len); in gre_parse_header()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Drt.c31 return ort->n.nhs && nh_is_vlink(ort->n.nhs); in unresolved_vlink()
281 if (old->nhs != new->nhs) in ort_merge()
297 if (old->nhs != new->nhs) in ort_merge_ext()
445 .nhs = en->nhs in add_network()
500 .nhs = act->nhs in spfa_process_rt()
862 .nhs = abr->n.nhs in ospf_rt_sum()
968 re->n.nhs = abr->n.nhs; in ospf_rt_sum_tr()
1551 nfa.nhs = nf1->n.nhs; in ospf_ext_spf()
1577 nfa.nhs = nf2->n.nhs; in ospf_ext_spf()
1945 if (!p->ecmp || nh_is_vlink(nhs) || (nhs == en->nhs)) in add_cand()
[all …]
/dports/science/silo/silo-4.10.2-bsd/config/
H A Dmkinc352 my $nhs = "" ;
354 # $nhs .= $1 . '${' . $2 . '}' ;
356 $nhs .= $1 . $vals{$2} ;
359 $nhs .= $1 . $2 ;
363 $nhs .= $rhs ;
364 my $aval = eval("$nhs") ;
366 # print STDERR "nhs = $nhs, val=$aval (line=$.:$value)\n" ;
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/games/evq3/evq3/code/tools/lcc/cpp/
H A Dhideset.c43 Nlist *nhs[HSSIZ+3]; in newhideset() local
46 len = inserths(nhs, hidesets[hs], np); in newhideset()
48 for (hs1=nhs, hs2=hidesets[i]; *hs1==*hs2; hs1++, hs2++) in newhideset()
61 memmove(hs1, nhs, len*sizeof(Hideset)); in newhideset()
/dports/net/frr7/frr-frr-7.5.1/sharpd/
H A Dsharp_nht.c39 for (ALL_LIST_ELEMENTS_RO(sg.nhs, node, nht)) { in sharp_nh_tracker_get()
50 listnode_add(sg.nhs, nht); in sharp_nh_tracker_get()
59 for (ALL_LIST_ELEMENTS_RO(sg.nhs, node, nht)) { in sharp_nh_tracker_dump()
/dports/net/frr7-pythontools/frr-frr-7.5.1/sharpd/
H A Dsharp_nht.c39 for (ALL_LIST_ELEMENTS_RO(sg.nhs, node, nht)) { in sharp_nh_tracker_get()
50 listnode_add(sg.nhs, nht); in sharp_nh_tracker_get()
59 for (ALL_LIST_ELEMENTS_RO(sg.nhs, node, nht)) { in sharp_nh_tracker_dump()
/dports/science/siesta/siesta-4.1.5/Src/
H A Ddiagon.F154 integer :: io, iuo, naux, nhs, npsi, nuo
172 nhs = nuotot * nuo
176 nhs = 2 * nuotot * nuo
181 nhs = 2 * nuotot * nuotot
187 nhs = 2 * (2*nuotot) * (2*nuo)
192 nhs = 2 * 2 * nuotot * 2 * nuotot
203 call allocDenseMatrix(nhs, nhs, npsi)
H A DdiagonalizeHk.F90185 integer :: nhs ! Variable to dimension the Hamiltonian and Overlap local
203 nhs = 2 * no_u * no_l
205 call allocDenseMatrix(nhs, nhs, npsi)

12345678910>>...17