Lines Matching defs:interfaces
74 struct interface *interfaces; /* Else, neighbor data */
117 n->u.interfaces = 0;
133 for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
139 ifc->next = node->u.interfaces;
140 node->u.interfaces = ifc;
151 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
308 while (datalen > 0) { /* loop through interfaces */
350 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
443 while (datalen > 0) { /* loop through interfaces */
491 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
621 || (node->tries >= 0 && node->u.interfaces)
624 && node->u.alias->u.interfaces)) {
631 else if (!node->u.interfaces)
640 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
705 node->u.interfaces ? "" : "*");
706 for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
743 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {