Searched defs:rth (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 3067 itm_tbl_hdr_t *rth; local 3073 rth = (itm_tbl_hdr_t *)(ADDR(range_place)); 3074 rtsh = (itm_range_hdr_t *)(rth + 1); 3079 for (i = 0; i < rth->number; i++) { 3090 if (i < (rth->number - 1)) {
|
H A D | geniconvtbl.c | 941 itm_tbl_hdr_t *rth; local 958 rth = ADDR(cond->operand.place); 959 rtsh = (itm_range_hdr_t *)(rth + 1); 969 for (j = 0; j < rth->number;
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2413 ip6_rthdr_t *rth; local 2417 rth = ip_find_rthdr_v6(ip6h, end); 2418 if (rth == NULL) 2421 cksum = ip_massage_options_v6(ip6h, rth, ns);
|
H A D | ip6.c | 3071 ip_process_rthdr(mblk_t *mp, ip6_t *ip6h, ip6_rthdr_t *rth, argument 3077 ASSERT(rth->ip6r_segleft != 0); 3090 (uint32_t)((uchar_t *)&rth->ip6r_type - (uchar_t *)ip6h), 4769 ip_massage_options_v6(ip6_t *ip6h, ip6_rthdr_t *rth, netstack_t *ns) argument 4775 ip6_rthdr0_t *rthdr = (ip6_rthdr0_t *)rth;
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 1018 ip6_rthdr_t *rth; local 1021 rth = ip_find_rthdr_v6(ip6h, end); 1022 if (rth != NULL) { 1023 (void) ip_massage_options_v6(ip6h, rth,
|
Completed in 111 milliseconds