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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Ddiv_ui.c29 mp_ptr rp, tp, rtp; local
80 rtp = tp;
85 rtp = tp + (tsize - usize);
89 MPN_COPY (rtp, up, usize);
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dconfigure.c290 struct rt *rtp, *rtl, *rtn; local
293 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
294 if (rtp->dest.s_addr != INADDR_ANY)
297 for (rtn = rt; rtn != rtp; rtn = rtn->next) {
299 if (rtn->dest.s_addr == rtp->gate.s_addr)
302 cp = (const char *)&rtp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dconfigure.c639 struct rt *rtp, *rtl, *rtn; local
642 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
643 if (rtp->dest.s_addr != INADDR_ANY)
646 for (rtn = rt; rtn != rtp; rtn = rtn->next) {
648 if (rtn->dest.s_addr == rtp->gate.s_addr)
651 cp = (const char *)&rtp
[all...]
H A Dipv6.c361 #define RT_IS_DEFAULT(rtp) \
362 (IN6_ARE_ADDR_EQUAL(&((rtp)->dest), &in6addr_any) && \
363 IN6_ARE_ADDR_EQUAL(&((rtp)->net), &in6addr_any))
/netbsd-6-1-5-RELEASE/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
304 r->rt_next = rtp
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dtree.c426 type_t *rtp; local
550 rtp = mp->m_logop ? gettyp(INT) : ln->tn_type;
553 ntn = mktnode(op, rtp, ln, rn);
653 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL; local
664 if ((rtp = rn->tn_type) == NULL)
666 if ((rt = rtp->t_tspec) == PTR)
667 rst = (rstp = rtp->t_subt)->t_tspec;
936 if (lt == STRUCT && rt == STRUCT && ltp->t_str == rtp->t_str)
938 if (lt == UNION && rt == UNION && ltp->t_str == rtp->t_str)
978 illptrc(mp, ltp, rtp);
1086 type_t *ltp, *rtp; local
1125 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local
2151 illptrc(mod_t *mp, type_t *ltp, type_t *rtp) argument
2439 type_t *rtp; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmain.c395 struct rtprio rtp; local
397 rtp.type = RTP_PRIO_REALTIME;
398 rtp.prio = rt_prio;
400 if ((rtprio(RTP_SET, getpid(), &rtp)) == -1)
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_cscope.c445 TAG *rtp; local
465 rtp = NULL;
473 CALLOC_GOTO(sp, rtp, TAG *, 1, sizeof(TAG));
474 CIRCLEQ_INSERT_HEAD(&rtqp->tagq, rtp, q);
475 rtqp->current = rtp;
577 if (rtp != NULL)
578 free(rtp);
H A Dex_tag.c756 TAG *rtp; local
770 rtp = NULL;
778 CALLOC_GOTO(sp, rtp, TAG *, 1, sizeof(TAG));
779 CIRCLEQ_INSERT_HEAD(&rtqp->tagq, rtp, q);
780 rtqp->current = rtp;
850 if (rtp != NULL)
851 free(rtp);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c575 const ctf_type_t *ltp, *rtp; local
591 (rtp = ctf_lookup_by_id(&rfp, rtype)) == NULL ||
593 ctf_strptr(rfp, rtp->ctt_name)) != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-common.c155 const_ggc_root_tab_t rtp; local
169 for (i = 0; VEC_iterate (const_ggc_root_tab_t, extra_root_vec, i, rtp); i++)
171 for (rti = rtp; rti->base != NULL; rti++)
/netbsd-6-1-5-RELEASE/sys/net/
H A Droute.c429 struct rtentry **rtp)
503 if (rtp != NULL && !error)
504 *rtp = rt;
427 rtredirect(const struct sockaddr *dst, const struct sockaddr *gateway, const struct sockaddr *netmask, int flags, const struct sockaddr *src, struct rtentry **rtp) argument
H A Dif_srt.c182 struct rtentry *rtp)
178 srt_if_output( struct ifnet *ifp, struct mbuf *m, const struct sockaddr *to, struct rtentry *rtp) argument
H A Dif_sl.c434 struct rtentry *rtp)
433 sloutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct rtentry *rtp) argument
H A Dif_ppp.c835 struct rtentry *rtp)
834 pppoutput(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst, struct rtentry *rtp) argument
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_ipr.c260 static int iripoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct rtentry *rtp);
418 struct rtentry *rtp)
417 iripoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct rtentry *rtp) argument
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h328 syscallarg(struct freebsd_rtprio *) rtp; member in struct:freebsd_sys_rtprio_args

Completed in 139 milliseconds