1IBND_FIND_NODE_GUID(3)    OpenIB Programmer's Manual    IBND_FIND_NODE_GUID(3)
2
3
4

NAME

6       ibnd_find_node_guid, ibnd_find_node_dr - given a fabric object find the
7       node object within it which matches the guid or directed  route  speci‐
8       fied.
9

SYNOPSIS

11       #include <infiniband/ibnetdisc.h>
12
13       ibnd_node_t *ibnd_find_node_guid(ibnd_fabric_t *fabric, uint64_t guid)
14       ibnd_node_t *ibnd_find_node_dr(ibnd_fabric_t *fabric, char *dr_str)
15

DESCRIPTION

17       ibnd_find_node_guid()  Given  a  fabric  object  and a guid, return the
18       ibnd_node_t object with that node guid.   ibnd_find_node_dr()  Given  a
19       fabric  object and a directed route, return the ibnd_node_t object with
20       that directed route.
21

RETURN VALUE

23       ibnd_find_node_guid(), ibnd_find_node_dr() return NULL on failure, oth‐
24       erwise a valid ibnd_node_t object.
25

AUTHORS

27       Ira Weiny <weiny2@llnl.gov>
28
29
30
31OpenIB                           July 25, 2008          IBND_FIND_NODE_GUID(3)
Impressum