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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c1637 nd_opt_rd_hdr_t *rdh; local
1704 rdh = (nd_opt_rd_hdr_t *)(buf + sizeof (nd_redirect_t) + ll_opt_len);
1705 rdh->nd_opt_rh_type = (uint8_t)ND_OPT_REDIRECTED_HEADER;
1712 rdh->nd_opt_rh_len = (max_redir_hdr_data_len +
1716 rdh->nd_opt_rh_len = (pkt_len + sizeof (nd_opt_rd_hdr_t))/8;
1719 rdh->nd_opt_rh_reserved1 = 0;
1720 rdh->nd_opt_rh_reserved2 = 0;

Completed in 51 milliseconds