Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lxi_discover_if(3)	       C Library Functions	      lxi_discover_if(3)

NAME
     lxi_discover_if  -  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  in-
     terface  to  broadcast on when using the DISCOVER_VXI11 discovery type. The
     ifname parameter is ignored for other discovery types.

SEE ALSO
     lxi_discover(3)

liblxi 1.18			   2022-09-28		      lxi_discover_if(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lxi_discover_if&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help