Query: net::libdnet::eth
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::Libdnet::Eth(3pm) User Contributed Perl Documentation Net::Libdnet::Eth(3pm)NAMENet::Libdnet::Eth - high level API to access libdnet eth_* functionsSYNOPSISuse Net::Libdnet::Eth; my $h = Net::Libdnet::Eth->new(device => 'eth0');DESCRIPTIONThis modules is a higher level abstraction for libdnet eth_* functions.METHODSnew (device => scalar) Returns an object to eth layer on success, undef otherwise. You MUST give a network interface to use for sending. get () Returns the hardware address associated with used network interface. Returns undef on error. set (scalar) Sets the hardware address specified by scalar of used network interface. Returns undef on error. send (scalar) Sends the raw data specified by scalar to the network interface. Returns the number of bytes sent on sucess, undef on error.AUTHORPatrice <GomoR> AuffretCOPYRIGHT AND LICENSEYou may distribute this module under the terms of the BSD license. See LICENSE file in the source distribution archive. Copyright (c) 2008-2011, Patrice <GomoR> Auffret perl v5.14.2 2011-10-15 Net::Libdnet::Eth(3pm)