Home
last modified time | relevance | path

Searched refs:nd_opt_rd_hdr_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h383 } nd_opt_rd_hdr_t; typedef
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c1627 nd_opt_rd_hdr_t *rdh; in icmp_send_redirect_v6()
1666 len = sizeof (nd_redirect_t) + sizeof (nd_opt_rd_hdr_t) + ll_opt_len; in icmp_send_redirect_v6()
1694 rdh = (nd_opt_rd_hdr_t *)(buf + sizeof (nd_redirect_t) + ll_opt_len); in icmp_send_redirect_v6()
1703 sizeof (nd_opt_rd_hdr_t))/8; in icmp_send_redirect_v6()
1706 rdh->nd_opt_rh_len = (pkt_len + sizeof (nd_opt_rd_hdr_t))/8; in icmp_send_redirect_v6()