HomeSort by: relevance | last modified time | path
    Searched refs:nd_opts_last (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
nd6.h 156 #define nd_opts_last nd_opt_each.last macro
nd6.c 207 ndopts->nd_opts_last
226 KASSERT(ndopts->nd_opts_last != NULL);
236 if ((void *)&nd_opt->nd_opt_len >= (void *)ndopts->nd_opts_last) {
252 if (ndopts->nd_opts_search > ndopts->nd_opts_last) {
256 } else if (ndopts->nd_opts_search == ndopts->nd_opts_last) {
276 KASSERT(ndopts->nd_opts_last != NULL);
283 if (nd_opt == NULL && ndopts->nd_opts_last == NULL) {

Completed in 12 milliseconds