logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lxi_discover_if - search for LXI devices on network via specified network interface

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.

Name

       lxi_discover_if - search for LXI devices on network via specified network interface

See Also

lxi_discover(3)

liblxi 1.22                                        2024-11-08                                 lxi_discover_if(3)

Synopsis

#include<lxi.h>intlxi_discover_if(lxi_info_t*info,constchar*ifname,inttimeout,lxi_discover_ttype);

See Also