lxi_discover_if - Man Page

search for LXI devices on network via specified network interface

Synopsis

#include <lxi.h>

int lxi_discover_if(lxi_info_t *info, const char *ifname, int timeout, lxi_discover_t type);

Description

The lxi_discover_if() function works exactly like lxi_discover() but adds an additional parameter ifname which specifies the name of the network interface to broadcast on when using the DISCOVER_VXI11 discovery type. The ifname parameter is ignored for other discovery types.

See Also

lxi_discover(3)

Referenced By

lxi_discover(3).

2022-09-28 liblxi 1.20 C Library Functions