1lxi_discover_if(3) C Library Functions lxi_discover_if(3)
2
3
4
6 lxi_discover_if - search for LXI devices on network via specified net‐
7 work interface
8
9
11 #include <lxi.h>
12
13 int lxi_discover_if(lxi_info_t *info, const char *ifname, int timeout,
14 lxi_discover_t type);
15
16
18 The lxi_discover_if() function works exactly like lxi_discover() but
19 adds an additional parameter ifname which specifies the name of the
20 network interface to broadcast on when using the DISCOVER_VXI11 discov‐
21 ery type. The ifname parameter is ignored for other discovery types.
22
23
24
26 lxi_discover(3)
27
28
29
30liblxi 1.18 2022-09-28 lxi_discover_if(3)