Searched refs:rt (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/Porting/
H A Drt_list_patches4 echo "You need to set the environment variable RTUSER to your rt.perl.org username"
9 echo "You need to set the environment variable RTPASSWD to your rt.perl.org password"
14 export RTSERVER=https://rt.perl.org/
24 rt ls "Queue = 'perl5' AND (Status = 'new' OR Status = 'open') AND (Type = 'patch' OR Subject LIKE 'patch')"
29 rt show ticket/$1/attachments |grep -v "^id" |grep -v multipart\/
33 rt show ticket/$1/attachments/$2/content
/openbsd-current/usr.sbin/nsd/
H A Dradtree.h75 * @param rt: radix tree to be initialized.
77 void radix_tree_init(struct radtree* rt);
81 * @param rt: radix tree to be initialized.
83 void radix_tree_clear(struct radtree* rt);
87 * @param rt: radix tree to be deleted.
89 void radix_tree_delete(struct radtree* rt);
94 * @param rt: the radix tree.
102 struct radnode* radix_insert(struct radtree* rt, uint8_t* k,
107 * @param rt: the radix tree.
111 void radix_delete(struct radtree* rt, struc
[all...]
H A Dradtree.c21 struct radtree* rt = (struct radtree*)region_alloc(region, sizeof(*rt)); local
22 if(!rt) return NULL;
23 rt->region = region;
24 radix_tree_init(rt);
25 return rt;
28 void radix_tree_init(struct radtree* rt) argument
30 rt->root = NULL;
31 rt->count = 0;
47 void radix_tree_clear(struct radtree* rt) argument
54 radix_tree_delete(struct radtree* rt) argument
139 radix_find_prefix_node(struct radtree* rt, uint8_t* k, radstrlen_type len, struct radnode** result, radstrlen_type* respos) argument
494 radix_insert(struct radtree* rt, uint8_t* k, radstrlen_type len, void* elem) argument
784 radnode_cleanup(struct radtree* rt, struct radnode* n) argument
813 radix_delete(struct radtree* rt, struct radnode* n) argument
824 radix_search(struct radtree* rt, uint8_t* k, radstrlen_type len) argument
863 radix_find_less_equal(struct radtree* rt, uint8_t* k, radstrlen_type len, struct radnode** result) argument
950 radix_first(struct radtree* rt) argument
959 radix_last(struct radtree* rt) argument
1172 radname_insert(struct radtree* rt, const uint8_t* d, size_t max, void* elem) argument
1185 radname_delete(struct radtree* rt, const uint8_t* d, size_t max) argument
1193 radname_search(struct radtree* rt, const uint8_t* d, size_t max) argument
1278 radname_find_less_equal(struct radtree* rt, const uint8_t* d, size_t max, struct radnode** result) argument
[all...]
/openbsd-current/sys/net/
H A Droute.c315 * Returns 1 if the (cached) ``rt'' entry is still valid, 0 otherwise.
318 rtisvalid(struct rtentry *rt) argument
320 if (rt == NULL)
323 if (!ISSET(rt->rt_flags, RTF_UP))
326 if (ISSET(rt->rt_flags, RTF_GATEWAY)) {
327 KASSERT(rt->rt_gwroute != NULL);
328 KASSERT(!ISSET(rt->rt_gwroute->rt_flags, RTF_GATEWAY));
329 if (!ISSET(rt->rt_gwroute->rt_flags, RTF_UP))
349 struct rtentry *rt = NULL; local
351 rt
369 struct rtentry *rt = *rtp; local
413 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) argument
497 rt_setgwroute(struct rtentry *rt, const struct sockaddr *gate, u_int rtableid) argument
582 rt_putgwroute(struct rtentry *rt, struct rtentry *nhrt) argument
608 rtref(struct rtentry *rt) argument
614 rtfree(struct rtentry *rt) argument
666 struct rtentry *rt; local
777 rtdeletemsg(struct rtentry *rt, struct ifnet *ifp, u_int tableid) argument
822 rtflushclone1(struct rtentry *rt, void *arg, u_int id) argument
852 struct rtentry *rt = NULL; local
887 struct rtentry *rt; local
950 struct rtentry *rt, *crt; local
1121 rt_setgate(struct rtentry *rt, const struct sockaddr *gate, u_int rtableid) argument
1157 rt_getll(struct rtentry *rt) argument
1241 struct rtentry *rt; local
1293 struct rtentry *rt; local
1349 struct rtentry *rt; local
1396 struct rtentry *rt; local
1448 struct rtentry *rt = NULL; local
1480 rt_ifa_purge_walker(struct rtentry *rt, void *vifa, unsigned int rtableid) argument
1604 rt_timer_remove_all(struct rtentry *rt) argument
1625 rt_timer_get_expire(const struct rtentry *rt) argument
1641 rt_timer_add(struct rtentry *rt, struct rttimer_queue *queue, u_int rtableid) argument
1705 rt_mpls_set(struct rtentry *rt, const struct sockaddr *src, uint8_t op) argument
1732 rt_mpls_clear(struct rtentry *rt) argument
1872 struct rtentry *rt = NULL; local
1907 rt_if_linkstate_change(struct rtentry *rt, void *arg, u_int id) argument
1993 rt_plen2mask(struct rtentry *rt, struct sockaddr_in6 *sa_mask) argument
2049 db_show_rtentry(struct rtentry *rt, void *w, unsigned int id) argument
[all...]
H A Drtable.h27 #define rt_key(rt) ((rt)->rt_dest)
28 #define rt_plen(rt) ((rt)->rt_plen)
29 #define RT_ROOT(rt) (0)
H A Drtable.c424 struct rtentry *rt = NULL; local
452 SRPL_FOREACH(rt, &sr, &an->an_rtlist, rt_next) {
454 (rt->rt_priority & RTP_MASK) != (prio & RTP_MASK))
460 if (rt->rt_gateway->sa_len == gateway->sa_len &&
461 memcmp(rt->rt_gateway, gateway, gateway->sa_len) == 0)
464 if (rt != NULL)
465 rtref(rt);
471 return (rt);
479 struct rtentry *rt = NULL; local
494 rt
548 rtable_insert(unsigned int rtableid, struct sockaddr *dst, const struct sockaddr *mask, const struct sockaddr *gateway, uint8_t prio, struct rtentry *rt) argument
654 rtable_delete(unsigned int rtableid, const struct sockaddr *dst, const struct sockaddr *mask, struct rtentry *rt) argument
734 struct rtentry *rt; local
776 struct rtentry *rt = NULL; local
794 rtable_mpath_reprio(unsigned int rtableid, struct sockaddr *dst, int plen, uint8_t prio, struct rtentry *rt) argument
840 rtable_mpath_insert(struct art_node *an, struct rtentry *rt) argument
871 struct rtentry *rt; local
888 struct rtentry *rt = xrt; local
896 struct rtentry *rt = xrt; local
[all...]
/openbsd-current/sys/netinet6/
H A Dnd6.c276 struct rtentry *rt = ln->ln_rt; local
278 if (rt->rt_expire && rt->rt_expire <= uptime)
279 if (nd6_llinfo_timer(rt))
282 if (rt->rt_expire && rt->rt_expire < expire)
283 expire = rt->rt_expire;
300 * Returns 1 if `rt' should no longer be used, 0 otherwise.
303 nd6_llinfo_timer(struct rtentry *rt) argument
305 struct llinfo_nd6 *ln = (struct llinfo_nd6 *)rt
487 struct rtentry *rt; local
504 struct rtentry *rt; local
600 struct rtentry *rt; local
642 nd6_invalidate(struct rtentry *rt) argument
664 nd6_free(struct rtentry *rt) argument
705 nd6_nud_hint(struct rtentry *rt) argument
744 nd6_rtrequest(struct ifnet *ifp, int req, struct rtentry *rt) argument
969 struct rtentry *rt; local
1036 struct rtentry *rt; local
1267 struct rtentry *rt; local
[all...]
H A Dip6_mroute.c278 struct rtentry *rt; local
281 rt = mf6c_find(NULL, &req->src.sin6_addr, &req->grp.sin6_addr,
283 if (rt == NULL) {
290 mf6c = (struct mf6c *)rt->rt_llinfo;
297 } while ((rt = rtable_iterate(rt)) != NULL);
376 mrt6_rtwalk_mf6csysctl(struct rtentry *rt, void *arg, unsigned int rtableid) argument
378 struct mf6c *mf6c = (struct mf6c *)rt->rt_llinfo;
390 if (ISSET(rt->rt_flags, RTF_HOST | RTF_MULTICAST) !=
401 if ((ifp = if_get(rt
502 mrouter6_rtwalk_delete(struct rtentry *rt, void *arg, unsigned int rtableid) argument
527 struct rtentry *rt = NULL; local
661 struct rtentry *rt; local
694 struct rtentry *rt; local
840 struct rtentry *rt; local
886 struct rtentry *rt; local
997 mf6c_expire_route(struct rtentry *rt, u_int rtableid) argument
1028 ip6_mdq(struct mbuf *m, struct ifnet *ifp, struct rtentry *rt) argument
1217 struct rtentry *rt; local
1272 mrt6_mcast_del(struct rtentry *rt, unsigned int rtableid) argument
[all...]
H A Din6_src.c98 struct rtentry *rt; local
183 rt = route6_mpath(&inp->inp_route, dst, NULL, rtableid);
192 if (rt != NULL) {
193 ifp = if_get(rt->rt_ifidx);
195 ia6 = in6_ifawithscope(ifp, dst, rtableid, rt);
199 ia6 = ifatoia6(rt->rt_ifa);
208 if (rt != NULL && !(rt->rt_flags & RTF_LLINFO) &&
209 !(rt->rt_flags & RTF_HOST)) {
306 struct rtentry *rt; local
336 struct rtentry *rt; local
[all...]
H A Dnd6_rtr.c184 struct rtentry *rt = NULL; local
196 error = rtable_walk(ifp->if_rdomain, AF_INET6, &rt,
198 if (rt != NULL && error == EEXIST) {
200 info.rti_flags = rt->rt_flags;
201 info.rti_info[RTAX_DST] = rt_key(rt);
202 info.rti_info[RTAX_GATEWAY] = rt->rt_gateway;
203 info.rti_info[RTAX_NETMASK] = rt_plen2mask(rt,
210 rtfree(rt);
211 rt = NULL;
218 rt6_deleteroute(struct rtentry *rt, voi argument
[all...]
/openbsd-current/sys/netinet/
H A Dif_ether.c136 struct rtentry *rt = la->la_rt; local
138 if (rt->rt_expire && rt->rt_expire < uptime)
139 arptfree(rt); /* timer has expired; clear */
158 arp_rtrequest(struct ifnet *ifp, int req, struct rtentry *rt) argument
160 struct sockaddr *gate = rt->rt_gateway;
166 if (ISSET(rt->rt_flags,
173 if (rt->rt_flags & RTF_CLONING) {
174 rt->rt_expire = 0;
177 if ((rt
340 struct rtentry *rt = NULL; local
555 struct rtentry *rt = NULL; local
644 arpcache(struct ifnet *ifp, struct ether_arp *ea, struct rtentry *rt) argument
730 arpinvalidate(struct rtentry *rt) argument
751 arptfree(struct rtentry *rt) argument
772 struct rtentry *rt; local
809 struct rtentry *rt; local
[all...]
H A Dip_mroute.c150 struct rtentry *rt; local
158 rt = rtalloc(sintosa(&msin), 0, rtableid);
160 if (!rtisvalid(rt)) {
161 rtfree(rt);
165 if (ISSET(rt->rt_flags, RTF_HOST | RTF_MULTICAST) !=
170 return (rt);
171 if (rt->rt_ifidx == ifp->if_index)
172 return (rt);
173 } while ((rt = rtable_iterate(rt)) !
297 struct rtentry *rt; local
400 mrt_rtwalk_mfcsysctl(struct rtentry *rt, void *arg, unsigned int rtableid) argument
528 mrouter_rtwalk_delete(struct rtentry *rt, void *arg, unsigned int rtableid) argument
553 struct rtentry *rt = NULL; local
783 mfc_expire_route(struct rtentry *rt, u_int rtableid) argument
811 struct rtentry *rt; local
858 struct rtentry *rt; local
1015 struct rtentry *rt; local
1087 struct rtentry *rt; local
1186 ip_mdq(struct mbuf *m, struct ifnet *ifp0, struct rtentry *rt) argument
1340 mrt_mcast_del(struct rtentry *rt, unsigned int rtableid) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp50 return WrapperFunction<rt::SPSRunAsMainSignature>::handle(
61 return WrapperFunction<rt::SPSRunAsVoidFunctionSignature>::handle(
71 return WrapperFunction<rt::SPSRunAsIntFunctionSignature>::handle(
81 M[rt::MemoryWriteUInt8sWrapperName] = ExecutorAddr::fromPtr(
84 M[rt::MemoryWriteUInt16sWrapperName] = ExecutorAddr::fromPtr(
87 M[rt::MemoryWriteUInt32sWrapperName] = ExecutorAddr::fromPtr(
90 M[rt::MemoryWriteUInt64sWrapperName] = ExecutorAddr::fromPtr(
93 M[rt::MemoryWriteBuffersWrapperName] =
95 M[rt::RegisterEHFrameSectionWrapperName] =
97 M[rt
[all...]
/openbsd-current/regress/lib/libcrypto/rc2/
H A Drc2_test.c540 rc2_ecb_test(size_t test_number, const struct rc2_test *rt) argument
547 RC2_set_key(&key, rt->key_len, rt->key, rt->key_bits);
548 RC2_ecb_encrypt(rt->in, out, &key, 1);
550 if (memcmp(rt->out, out, rt->out_len) != 0) {
558 RC2_set_key(&key, rt->key_len, rt->key, rt
571 rc2_cbc_test(size_t test_number, const struct rc2_test *rt) argument
605 rc2_cfb64_test(size_t test_number, const struct rc2_test *rt) argument
640 rc2_ofb64_test(size_t test_number, const struct rc2_test *rt) argument
675 rc2_evp_test(size_t test_number, const struct rc2_test *rt, const char *label, const EVP_CIPHER *cipher) argument
860 const struct rc2_test *rt; local
[all...]
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.mrt.conf12 ext-community rt 127.0.0.1:15 ext-community ovs invalid
25 ext-community rt 127.0.0.1:15 ext-community ovs invalid
32 import-target rt 4200000001:42
33 export-target rt 4200000001:42
43 ext-community rt 127.0.0.1:15 ext-community ovs invalid
56 ext-community rt 127.0.0.1:15 ext-community ovs invalid
H A Dbgpd.l3vpn.rdomain1.conf8 import-target rt 4200000002:44
9 export-target rt 4200000001:42
H A Dbgpd.l3vpn.rdomain2.conf8 import-target rt 4200000001:42
9 export-target rt 4200000002:44
/openbsd-current/regress/sys/net/rtable/
H A Dutil.c112 struct rtentry *rt, *nrt; local
116 rt = calloc(1, sizeof(*rt));
117 if (rt == NULL)
119 refcnt_init(&rt->rt_refcnt);
131 if ((error = rtable_insert(rid, ndst, mask, NULL, 0, rt)) != 0) {
136 if (nrt != rt) {
137 inet_net_satop(af, rt_key(rt), plen, ip, sizeof(ip));
140 rtfree(rt);
153 struct rtentry *rt, *nr local
199 struct rtentry *rt; local
243 rtentry_dump(struct rtentry *rt, void *w, unsigned int rid) argument
255 rtentry_delete(struct rtentry *rt, void *w, unsigned int rid) argument
295 rtref(struct rtentry *rt) argument
301 rtfree(struct rtentry *rt) argument
399 rt_plen2mask(struct rtentry *rt, struct sockaddr_in6 *sa_mask) argument
519 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) argument
[all...]
/openbsd-current/sys/netmpls/
H A Dmpls_input.c55 struct rtentry *rt; local
167 rt = rtalloc(smplstosa(smpls), RT_RESOLVE, m->m_pkthdr.ph_rtableid);
168 if (!rtisvalid(rt)) {
177 rt_mpls = (struct rt_mpls *)rt->rt_llinfo;
178 if (rt_mpls == NULL || (rt->rt_flags & RTF_MPLS) == 0) {
188 if (ISSET(rt->rt_flags, RTF_LOCAL)) {
189 mpls_input_local(rt, m);
201 ifp = if_get(rt->rt_ifidx);
207 KASSERT(rt->rt_gateway);
209 switch(rt
229 (*ifp->if_output)(ifp, m, rt->rt_gateway, rt); local
231 (*ifp->if_ll_output)(ifp, m, rt->rt_gateway, rt); local
281 mpls_input_local(struct rtentry *rt, struct mbuf *m) argument
293 (*ifp->if_output)(ifp, m, rt->rt_gateway, rt); local
295 (*ifp->if_ll_output)(ifp, m, rt->rt_gateway, rt); local
350 struct rtentry *rt = NULL; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.cpp13 namespace rt { namespace in namespace:llvm::orc
64 } // end namespace rt
/openbsd-current/regress/lib/libssl/record/
H A Drecordtest.c124 struct record_test rt[10]; member in struct:record_recv_test
133 .rt = {
145 .rt = {
161 .rt = {
181 .rt = {
205 .rt = {
218 .rt = {
227 .rt = {
241 .rt = {
255 struct record_test rt[1 member in struct:record_send_test
[all...]
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c278 show_rib(struct ctl_rt *rt, int detail) argument
284 switch (rt->p_type) {
287 switch (rt->d_type) {
290 show_rib_head(rt->area, rt->d_type,
291 rt->p_type);
293 inet_ntoa(rt->prefix), rt->prefixlen) == -1)
299 show_rib_head(rt->area, rt
[all...]
/openbsd-current/usr.sbin/eigrpctl/
H A Deigrpctl.c495 struct ctl_rt *rt; local
503 rt = imsg->data;
505 if (res->family != AF_UNSPEC && res->family != rt->af)
507 if (res->as != 0 && res->as != rt->as)
510 if (rt->state & DUAL_STA_ACTIVE_ALL)
512 else if (rt->flags & F_CTL_RT_SUCCESSOR)
514 else if (rt->flags & F_CTL_RT_FSUCCESSOR)
519 if (asprintf(&dstnet, "%s/%d", log_addr(rt->af, &rt->prefix),
520 rt
561 struct ctl_rt *rt; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp67 {{SAs.Instance, rt::SimpleExecutorDylibManagerInstanceName},
68 {SAs.Open, rt::SimpleExecutorDylibManagerOpenWrapperName},
69 {SAs.Lookup, rt::SimpleExecutorDylibManagerLookupWrapperName}}))
78 EPC.callSPSWrapper<rt::SPSSimpleExecutorDylibManagerOpenSignature>(
89 EPC.callSPSWrapper<rt::SPSSimpleExecutorDylibManagerLookupSignature>(
100 EPC.callSPSWrapper<rt::SPSSimpleExecutorDylibManagerLookupSignature>(
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_disasm.c578 if (i.RType.func == OP_DADDU && i.RType.rt == 0) {
586 i.RType.rt & 1 ? 't' : 'f',
588 i.RType.rt >> 2);
636 reg_name[i.RType.rd], reg_name[i.RType.rt],
646 reg_name[i.RType.rd], reg_name[i.RType.rt],
683 reg_name[i.RType.rs], reg_name[i.RType.rt]);
699 reg_name[i.RType.rt]);
704 insn = bcond_name[i.IType.rt];
707 if (i.IType.rt == 31) { /* synci */
712 if ((i.IType.rt
[all...]

Completed in 378 milliseconds

1234567891011>>