Searched refs:nol (Results 1 – 2 of 2) sorted by relevance
1196 struct nd_optlist *nol; in ra_input() local1202 TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next) in ra_input()1203 if (prefix_check((struct nd_opt_prefix_info *)nol->nol_opt, in ra_input()1492 struct nd_optlist *nol; in nd6_options() local1499 nol = malloc(sizeof(*nol)); in nd6_options()1500 if (nol == NULL) { in nd6_options()1505 nol->nol_opt = hdr; in nd6_options()1506 TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next); in nd6_options()1526 struct nd_optlist *nol; in free_ndopts() local1528 while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) { in free_ndopts()[all …]
37267 nol-pros