rtadvd.c | 901 struct soliciter *sol; local in function:rs_input 963 TAILQ_FOREACH(sol, &rai->soliciter, next) { 964 if (IN6_ARE_ADDR_EQUAL(&sol->addr.sin6_addr, &from->sin6_addr)) 967 if (sol == NULL) { 968 sol = malloc(sizeof(*sol)); 969 if (sol == NULL) { 972 sol->addr = *from; 974 sol->addr.sin6_flowinfo = 0; 975 TAILQ_INSERT_TAIL(&rai->soliciter, sol, next) 1643 struct soliciter *sol; local in function:ra_output [all...] |