H A D | ibtracert.c | 74 typedef struct Port Port; typedef 78 struct Port { struct 79 Port *next; argument 80 Port *remoteport; argument 103 Port *ports; argument 126 static int is_port_inactive(Node * node, Port * port, Switch * sw) in is_port_inactive() 136 static int get_node(Node * node, Port * port, ib_portid_t * portid) in get_node() 201 static int sameport(Port * a, Port * b) in sameport() 215 static void dump_endnode(int dump, char *prompt, Node * node, Port * port) in dump_endnode() 241 static void dump_route(int dump, Node * node, int outport, Port * port) in dump_route() [all …]
|