Home
last modified time | relevance | path

Searched defs:rh (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/include/rpc/
Dclnt.h162 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
165 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
174 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
175 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
182 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
183 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
193 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
194 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
224 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
225 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
/openbsd/src/lib/libc/net/
Drthdr.c149 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_segments() local
174 struct ip6_rthdr *rh = (struct ip6_rthdr *)bp; in inet6_rth_getaddr() local
/openbsd/src/sys/netinet6/
Droute6.c58 struct ip6_rthdr *rh; in route6_input() local
Dip6_output.c344 struct ip6_rthdr *rh; in ip6_output() local
/openbsd/src/sys/dev/usb/
Dutrh.c203 int temp, rh, flen, olen; in utrh_refresh() local
255 int rh_l, rh; in utrh_sht1x_rh() local
Duthum.c641 int temp, rh; in uthum_refresh_temperhum() local
/openbsd/src/sys/dev/microcode/bnx/
Dbuild.c166 struct bnx_rv2p_header *rh; in main() local
/openbsd/src/usr.sbin/bgpd/
Drtr_proto.c414 struct rtr_header *rh, struct ibuf *pdu) in rtr_check_session_id()
432 struct rtr_header rh; in rtr_reader_callback() local
463 struct rtr_header rh; in rtr_parse_header() local
986 struct rtr_header rh; in rtr_parse_error() local
Dconfig.c244 free_rtrs(struct rtr_config_head *rh) in free_rtrs()
Dprintconf.c751 print_rtrs(struct rtr_config_head *rh) in print_rtrs()
Dparse.y4102 parse_config(char *filename, struct peer_head *ph, struct rtr_config_head *rh) in parse_config()
/openbsd/src/usr.sbin/hostapd/
Dprint-802_11.c447 struct ieee80211_radiotap_header *rh = in ieee802_11_radio_if_print() local
Dhandle.c392 struct ieee80211_radiotap_header *rh = in hostapd_handle_radiotap() local
Dapme.c317 struct ieee80211_radiotap_header *rh; in hostapd_apme_offset() local
/openbsd/src/sys/netinet/
Dip_ah.c445 struct ip6_rthdr *rh; in ah_massage_headers() local
/openbsd/src/regress/lib/libc/db/
Ddbtest.c581 static RECNOINFO rh; local
/openbsd/src/usr.sbin/tcpdump/
Dprint-udp.c208 struct rtcphdr *rh = (struct rtcphdr *)hdr; in rtcp_print() local
Dprint-802_11.c1427 struct ieee80211_radiotap_header *rh = in ieee802_11_radio_if_print() local
/openbsd/src/sys/dev/ic/
Dath.c1669 const struct ath_recv_hist *rh = &an->an_rx_hist[i]; in ath_node_getrssi() local
1785 struct ath_recv_hist *rh; in ath_rx_proc() local
/openbsd/src/lib/libcrypto/ec/
Decp_methods.c185 BIGNUM *rh, *tmp, *Z4, *Z6; in ec_point_is_on_curve() local
/openbsd/src/sbin/ping/
Dping.c1924 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr() local
/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd.c2226 npppd_rd_walktree_delete(struct radish_head *rh) in npppd_rd_walktree_delete()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c3652 RFDT rh; in parse_partial_symbols() local
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.h7221 struct elf_link_hash_entry *rh; local
Delflink.c6735 struct elf_link_hash_entry *rh; in elf_link_input_bfd() local

12