Lines Matching defs:Interface
62 typedef struct interface {
63 struct interface *next;
64 u_int32_t addr; /* IP address of the interface in NET order */
66 } Interface;
74 struct interface *interfaces; /* Else, neighbor data */
90 Interface * find_interface(u_int32_t addr, Node *node);
129 Interface *find_interface(u_int32_t addr, Node *node)
131 Interface *ifc;
137 ifc = (Interface *) malloc(sizeof(Interface));
149 Interface *ifc;
312 Interface *ifc;
316 logit(LOG_WARNING, 0, "received truncated interface record from %s",
336 Interface *ifc_i, *next_ifc_i;
352 Interface *ifc_n = find_interface(ifc_i->addr, node);
386 /* Add the neighbors for this interface */
447 Interface *ifc;
451 logit(LOG_WARNING, 0, "received truncated interface record from %s",
477 Interface *ifc_i, *next_ifc_i;
493 Interface *ifc_n = find_interface(ifc_i->addr, node);
527 /* Add the neighbors for this interface */
634 Interface *ifc;
694 Interface *ifc;
741 Interface *ifc;