Searched refs:rh (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Ddingbats.map5 a12 rh
/freebsd-10.0-release/sys/netinet6/
H A Droute6.c63 struct ip6_rthdr *rh; local
80 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), IPPROTO_DONE);
82 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
85 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
86 if (rh == NULL) {
96 switch (rh->ip6r_type) {
99 if (rh->ip6r_segleft == 0) {
100 rhlen = (rh->ip6r_len + 1) << 3;
105 (caddr_t)&rh
[all...]
H A Dnd6.h368 struct nd_opt_rd_hdr *rh; member in struct:nd_opts::__anon10493
380 #define nd_opts_rh nd_opt_each.rh
H A Dip6_output.c255 struct ip6_rthdr *rh = NULL; local
435 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
436 segleft_org = rh->ip6r_segleft;
437 rh->ip6r_segleft = 0;
484 rh->ip6r_segleft = segleft_org;
/freebsd-10.0-release/sys/rpc/
H A Dclnt.h222 #define CLNT_ACQUIRE(rh) \
223 refcount_acquire(&(rh)->cl_refs)
224 #define CLNT_RELEASE(rh) \
225 if (refcount_release(&(rh)->cl_refs)) \
226 CLNT_DESTROY(rh)
230 * CLNT_CLOSE(rh);
231 * CLIENT *rh;
233 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
[all...]
/freebsd-10.0-release/include/rpc/
H A Dclnt.h172 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
173 * CLIENT *rh;
181 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
182 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
184 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
185 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
190 * CLNT_ABORT(rh);
191 * CLIENT *rh;
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_radiotap.c55 struct ieee80211_radiotap_header *rh, int rlen, uint32_t rx_radiotap)
58 rh, rlen, 0, rx_radiotap);
65 struct ieee80211_radiotap_header *rh,
87 rh->it_len = htole16(roundup2(rlen, sizeof(uint32_t)));
88 rh->it_present = htole32(rx_radiotap);
89 ic->ic_rh = rh;
93 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_CHANNEL);
95 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL);
101 ic->ic_rxchan = ((uint8_t *) rh) + off;
165 struct ieee80211_radiotap_header *rh local
53 ieee80211_radiotap_attach(struct ieee80211com *ic, struct ieee80211_radiotap_header *th, int tlen, uint32_t tx_radiotap, struct ieee80211_radiotap_header *rh, int rlen, uint32_t rx_radiotap) argument
62 ieee80211_radiotap_attachv(struct ieee80211com *ic, struct ieee80211_radiotap_header *th, int tlen, int n_tx_v, uint32_t tx_radiotap, struct ieee80211_radiotap_header *rh, int rlen, int n_rx_v, uint32_t rx_radiotap) argument
187 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m, struct ieee80211_radiotap_header *rh, int len) argument
231 struct ieee80211_radiotap_header *rh = ic->ic_rh; local
256 struct ieee80211_radiotap_header *rh = ic->ic_rh; local
274 radiotap_offset(struct ieee80211_radiotap_header *rh, int n_vendor_attributes, int item) argument
[all...]
H A Dieee80211_var.h717 struct ieee80211_radiotap_header *rh, int rlen,
722 struct ieee80211_radiotap_header *rh,
/freebsd-10.0-release/sbin/mca/
H A Dmca.c113 show_header(struct mca_record_header *rh) argument
117 show_value(4, "seqnr", "%lld", (long long)rh->rh_seqnr);
118 show_value(4, "revision", "%d.%d", BCD(rh->rh_major),
119 BCD(rh->rh_minor));
120 show_value(4, "severity", "%s", severity(rh->rh_error));
121 show_value(4, "length", "%lld", (long long)rh->rh_length);
123 BCD(rh->rh_time[MCA_RH_TIME_CENT]),
124 BCD(rh->rh_time[MCA_RH_TIME_YEAR]),
125 BCD(rh->rh_time[MCA_RH_TIME_MON]),
126 BCD(rh
402 struct mca_record_header *rh; local
425 struct mca_record_header *rh; local
[all...]
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dtimer.c61 register struct rthash *rh; local
76 for (rh = nethash; rh < &nethash[ROUTEHASHSIZ]; rh++) {
77 rt = rh->rt_forw;
78 for (; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
214 register struct rthash *rh; local
220 for (rh = nethash; rh < &nethash[ROUTEHASHSIZ]; rh
[all...]
H A Dtables.c70 register struct rthash *rh; local
78 rh = &nethash[hash & ROUTEHASHMASK];
79 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
95 register struct rthash *rh; local
106 rh = &nethash[hash & ROUTEHASHMASK];
108 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
124 struct rthash *rh; local
135 rh
361 register struct rthash *rh; local
[all...]
H A Doutput.c133 register struct rthash *rh; local
146 for (rh = nethash; rh < &nethash[ROUTEHASHSIZ]; rh++)
147 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
H A Dinput.c291 register struct rthash *rh; local
295 for (rh = nethash; rh < &nethash[ROUTEHASHSIZ]; rh++)
296 for (rt = rh->rt_forw;
297 rt != (struct rt_entry *)rh;
H A Dtrace.c473 struct rthash *rh = nethash; local
479 for (hash = rh; hash < &rh[ROUTEHASHSIZ]; hash++, x++) {
/freebsd-10.0-release/lib/libc/db/test/
H A Ddbtest.c586 static RECNOINFO rh; local
646 rh.flags = atoi(eq);
647 return (&rh);
650 rh.cachesize = atoi(eq);
651 return (&rh);
654 rh.lorder = atoi(eq);
655 return (&rh);
658 rh.reclen = atoi(eq);
659 return (&rh);
662 rh
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-udp.c212 struct rtcphdr *rh = (struct rtcphdr *)hdr; local
217 if ((u_char *)(rh + 1) > ep) {
221 len = (EXTRACT_16BITS(&rh->rh_len) + 1) * 4;
222 flags = EXTRACT_16BITS(&rh->rh_flags);
226 sr = (struct rtcp_sr *)(rh + 1);
228 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh))
231 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc));
245 if (len != cnt * sizeof(*rr) + sizeof(*rh))
247 rr = (struct rtcp_rr *)(rh + 1);
249 printf(" %u", EXTRACT_32BITS(&rh
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Drthdr.c401 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; local
405 switch (rh->ip6r_type) {
426 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; local
430 switch (rh->ip6r_type) {
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A Dinf.c52 static struct reg_head rh; variable in typeref:struct:reg_head
79 TAILQ_INIT(&rh);
570 TAILQ_FOREACH(reg, &rh, link) {
602 TAILQ_FOREACH(reg, &rh, link) {
618 TAILQ_FOREACH(reg, &rh, link) {
640 TAILQ_FOREACH(reg, &rh, link) {
659 TAILQ_FOREACH(reg, &rh, link) {
679 TAILQ_FOREACH(reg, &rh, link) {
696 TAILQ_FOREACH(reg, &rh, link) {
880 TAILQ_INSERT_TAIL(&rh, re
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_smpl.c947 BIGNUM *rh, *tmp, *Z4, *Z6; local
965 rh = BN_CTX_get(ctx);
977 * To test this, we add up the right-hand side in 'rh'.
980 /* rh := X^2 */
981 if (!field_sqr(group, rh, &point->X, ctx)) goto err;
989 /* rh := (rh + a*Z^4)*X */
994 if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err;
995 if (!field_mul(group, rh, r
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c744 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
746 dtrace_aggdesc_t *ragg = rh->dtahe_data.dtada_desc;
761 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
765 rid = dt_aggregate_aggvarid(rh);
780 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
782 dtrace_aggdesc_t *ragg = rh->dtahe_data.dtada_desc;
806 rdata = rh->dtahe_data.dtada_data + rrec->dtrd_offset;
891 dt_ahashent_t *rh = *((dt_ahashent_t **)rhs); local
893 dtrace_aggdesc_t *ragg = rh->dtahe_data.dtada_desc;
895 caddr_t rdata = rh
1033 dt_ahashent_t **rh = *((dt_ahashent_t ***)rhs); local
[all...]
/freebsd-10.0-release/secure/usr.sbin/sshd/
H A DMakefile6 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dop-2.h172 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
173 (rh = xh + yh + ((rl = xl + yl) < xl))
176 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
177 (rh = xh - yh - ((rl = xl - yl) > xl))
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c1890 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; local
1894 printf("nxt %u, len %u (%d bytes), type %u, ", rh->ip6r_nxt,
1895 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type);
1898 printf("%d left\n", rh->ip6r_segleft);
1901 printf("%d left\n", rh->ip6r_segleft);
1913 rthsize = (rh->ip6r_len + 1) * 8;
/freebsd-10.0-release/crypto/heimdal/lib/kafs/
H A Dafskrb5.c209 afslog_uid_int(struct kafs_data *data, const char *cell, const char *rh, argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c3676 RFDT rh;
3681 &rh);
3682 if (rh < 0 || rh >= hdr->ifdMax)
3684 complaint (&symfile_complaints, "bad file number %ld", rh);
3689 if (rh == f_idx)
3693 if (fdr_to_pst[rh].pst == (struct partial_symtab *) NULL)
3695 pst->dependencies[pst->number_of_dependencies++] = fdr_to_pst[rh].pst;
3668 RFDT rh; local

Completed in 200 milliseconds

12