socketops.c | 293 struct conf_interface *coif; local in function:is_passive_if 295 SLIST_FOREACH(coif, &coifs_head, iflist) 296 if (strncasecmp(if_name, coif->if_name, IF_NAMESIZE) == 0 && 297 coif->passive != 0) 417 struct conf_interface *coif; local in function:send_hello 516 SLIST_FOREACH(coif, &coifs_head, iflist) 517 if (strncasecmp(coif->if_name, ifb->ifa_name, 519 coif->tr_addr.s_addr != 0 && 520 coif->tr_addr.s_addr != if_sa->sin_addr.s_addr)
|