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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c1642 int ll_opt_len = 0; local
1673 ll_opt_len = (sizeof (nd_opt_hdr_t) +
1676 len = sizeof (nd_redirect_t) + sizeof (nd_opt_rd_hdr_t) + ll_opt_len;
1696 if (ncec != NULL && ll_opt_len != 0) {
1698 opt->nd_opt_len = ll_opt_len/8;
1704 rdh = (nd_opt_rd_hdr_t *)(buf + sizeof (nd_redirect_t) + ll_opt_len);

Completed in 96 milliseconds