Searched refs:addr_node (Results 1 – 1 of 1) sorted by relevance
1991 address_node * addr_node; in config_other_modes() local1997 addr_node = HEAD_PFIFO(ptree->manycastserver); in config_other_modes()1998 while (addr_node != NULL) { in config_other_modes()2000 AF(&addr_sock) = addr_node->type; in config_other_modes()2001 if (1 == getnetnum(addr_node->address, &addr_sock, 1, in config_other_modes()2007 addr_node = addr_node->link; in config_other_modes()2011 addr_node = HEAD_PFIFO(ptree->multicastclient); in config_other_modes()2012 if (addr_node != NULL) { in config_other_modes()2015 AF(&addr_sock) = addr_node->type; in config_other_modes()2016 if (1 == getnetnum(addr_node->address, in config_other_modes()[all …]