 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LAN_FIND_MULTI(9r)
NAME
LAN_FIND_MULTI - Network: Determines if a specified multicast address is
enabled
SYNOPSIS
#include <io/dec/netif/lan_common.h>
int LAN_FIND_MULTI(
struct lan_multi *lmt,
unsigned char *maddr,
int index_v,
int status_v );
ARGUMENTS
lmt Specifies a pointer to the multicast table.
maddr
Specifies a pointer to the multicast address to find.
index_v
Specifies a multicast table index. This argument is returned by the
interface.
status_v
Specifies the status of the operation. This argument is returned by the
interface.
DESCRIPTION
The LAN_FIND_MULTI() routine determines if a specified multicast address is
enabled. The index of the address in the multicast table is returned to the
caller in the index_v argument.
RETURN VALUES
On successful completion, the LAN_FIND_MULTI() routine returns one of the
following values to the stat_v argument:
LAN_MULTI_FOUND
The address was found in the multicast table.
LAN_MULTI_NOT_FOUND
The address was not found in the multicast table.
SEE ALSO
Data Structures: lan_multi(9s)
Routines: lan_add_multi(9r), lan_del_multi(9r), LAN_GET_MULTI(9r)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|