Searched refs:rtp (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.sbin/eigrpd/
H A DMakefile6 query.c rde.c rde_dual.c reply.c rtp.c tlv.c update.c util.c
/openbsd-current/usr.sbin/mrouted/
H A Droute.c36 static struct rtentry *rtp; /* pointer to a route entry */ variable in typeref:struct:rtentry
237 rtp = RT_ADDR;
242 * Starting at the route entry following the one to which 'rtp' points,
244 * match is found, return TRUE and leave 'rtp' pointing at the found entry.
245 * If no match is found, return FALSE and leave 'rtp' pointing to the route
255 r = rtp->rt_next;
258 rtp = r;
264 rtp = r;
274 * the routing table. The shared variable 'rtp' is assumed to point to the
303 r->rt_next = rtp
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Datombios_dp.c567 int rtp = 0; local
573 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1;
576 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2;
579 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3;
582 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0);
586 rtp = 0;
589 rtp = 1;
593 dp_info->dp_clock, dp_info->enc_id, rtp);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c518 int rtp = 0; local
523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1;
526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2;
529 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3;
532 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0);
/openbsd-current/usr.bin/vi/ex/
H A Dex_tag.c95 TAG *rtp; local
135 rtp = NULL;
143 CALLOC_GOTO(sp, rtp, 1, sizeof(TAG));
144 TAILQ_INSERT_HEAD(&rtqp->tagq, rtp, q);
145 rtqp->current = rtp;
211 free(rtp);
/openbsd-current/sys/net/
H A Droute.c365 rt_clone(struct rtentry **rtp, const struct sockaddr *dst, argument
369 struct rtentry *rt = *rtp;
391 rtfree(*rtp);
392 *rtp = rt;
664 struct sockaddr *src, struct rtentry **rtp, unsigned int rdomain)
756 if (rtp && !error)
757 *rtp = rt;
663 rtredirect(struct sockaddr *dst, struct sockaddr *gateway, struct sockaddr *src, struct rtentry **rtp, unsigned int rdomain) argument
H A Dif_ppp.c652 struct rtentry *rtp)
651 pppoutput(struct ifnet *ifp, struct mbuf *m0, struct sockaddr *dst, struct rtentry *rtp) argument
/openbsd-current/sys/netinet/
H A Dtcp_usrreq.c185 tcp_sogetpcb(struct socket *so, struct inpcb **rinp, struct tcpcb **rtp) argument
202 *rtp = tp;
/openbsd-current/sys/dev/usb/
H A Dif_umb.c922 struct rtentry *rtp)
921 umb_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, struct rtentry *rtp) argument

Completed in 271 milliseconds