HomeSort by: relevance | last modified time | path
    Searched defs:pfxlist (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 1451 struct nd_optlist *pfxlist; local in function:nd6_options
1458 if ((pfxlist = malloc(sizeof(*pfxlist))) == NULL) {
1463 pfxlist->opt = hdr;
1464 TAILQ_INSERT_TAIL(&ndopts->nd_opts_list, pfxlist, next);
rtadvd.c 1451 struct nd_optlist *pfxlist; local in function:nd6_options
1458 if ((pfxlist = malloc(sizeof(*pfxlist))) == NULL) {
1463 pfxlist->opt = hdr;
1464 TAILQ_INSERT_TAIL(&ndopts->nd_opts_list, pfxlist, next);
rtadvd.c 1451 struct nd_optlist *pfxlist; local in function:nd6_options
1458 if ((pfxlist = malloc(sizeof(*pfxlist))) == NULL) {
1463 pfxlist->opt = hdr;
1464 TAILQ_INSERT_TAIL(&ndopts->nd_opts_list, pfxlist, next);

Completed in 84 milliseconds