Rechercher une page de manuel
eth_header
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
eth_header - create the Ethernet headerSYNOPSIS
- int eth_header(struct sk_buff * skb, struct net_device * dev, unsigned short type, const void * daddr, const void * saddr, unsigned len);
ARGUMENTS
skb
- buffer to alter
dev
- source device
type
- Ethernet type field
daddr
- destination address (NULL leave destination address)
saddr
- source address (NULL use device source address)
len
- packet length (<= skb->len)
DESCRIPTION
Set the protocol type. For a packet of type ETH_P_802_3/2 we put the length in here instead.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre