GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRUCTS_TYPE_ETHER(3) FreeBSD Library Functions Manual STRUCTS_TYPE_ETHER(3)

structs_type_ether, structs_type_ether_nocolonstructs types for Ethernet addresses

PDEL Library (libpdel, -lpdel)

#include <sys/types.h>
#include <pdel/structs/structs.h>
#include <pdel/structs/type/ether.h>

extern const struct structs_type structs_type_ether;
extern const struct structs_type structs_type_ether_nocolon;

These are structs(3) types for Ethernet addresses. The represented data type is an array of six unsigned characters.

The structs_type_ether and structs_type_ether_nocolon types are equivalent except for their ASCII forms. structs_type_ether expresses an Ethernet address as six hex bytes (including leading zero digits, if any) separated by colon characters, while structs_type_ether_nocolon type expresses an Ethernet address as a string of 12 hex digits.

The PDEL library was developed at Packet Design, LLC. http://www.packetdesign.com/

Archie Cobbs ⟨archie@freebsd.org⟩

April 22, 2002 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.