DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SCO OpenServer

mdi_del_mctbl_entry(D3mdi)


mdi_del_mctbl_entry -- delete MAC address from the table

Synopsis (Not in SVR5 version)

   #include <sys/mdi.h>
   

int mdi_del_mctbl_entry(mctbl_t * mctbl, macaddr_t addr);

Description

Deletes the MAC address from the table.

This function depends upon the MAC address size being 6 bytes. If the MAC address size for your network media is not 6 bytes, do not use this functions.

Context and synchronization

Interrupt context.

Hardware applicability

All

Version applicability

mdi: 1

Differences between versions

This function is not supported in MDI on SVR5 systems.

Return values

mdi_del_mctbl_entry( ) returns 1 if the address was successfully deleted, 0 otherwise.

References

mdi_add_mctbl_entry(D3mdi)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005