/linux-2.4.37.9/net/ethernet/ ! |
D | eth.c | 78 struct ethhdr *eth = (struct ethhdr *)skb_push(skb,ETH_HLEN); in eth_header() local 130 struct ethhdr *eth = (struct ethhdr *)skb->data; in eth_rebuild_header() local 160 struct ethhdr *eth; in eth_type_trans() local 211 struct ethhdr *eth = skb->mac.ethernet; in eth_header_parse() local 219 struct ethhdr *eth; in eth_header_cache() local
|
/linux-2.4.37.9/drivers/net/ ! |
D | ethertap.c | 172 struct ethhdr *eth = (struct ethhdr*)skb->data; in ethertap_start_xmit() local 230 struct ethhdr *eth = (struct ethhdr*)(skb->data + 2); in ethertap_rx_skb() local
|
D | myri_sbus.c | 381 struct ethhdr *eth; in myri_type_trans() local 684 struct ethhdr *eth = (struct ethhdr *) skb_push(skb, ETH_HLEN); in myri_header() local 732 struct ethhdr *eth = (struct ethhdr *) (pad + MYRI_PAD_LEN); in myri_rebuild_header() local 768 struct ethhdr *eth; in myri_header_cache() local
|
D | plip.c | 601 struct ethhdr *eth; in plip_type_trans() local 1063 plip_rewrite_address(struct net_device *dev, struct ethhdr *eth) in plip_rewrite_address() 1100 struct ethhdr *eth; in plip_hard_header_cache() local
|
D | titan_ge.c | 1455 struct ethhdr *eth = (void*)skb->data; local
|
D | sunlance.c | 888 struct ethhdr *eth; in build_fake_packet() local
|
/linux-2.4.37.9/drivers/ieee1394/ ! |
D | eth1394.c | 557 struct eth1394hdr *eth = (struct eth1394hdr *)skb_push(skb, ETH1394_HLEN); in ether1394_header() local 587 struct eth1394hdr *eth = (struct eth1394hdr *)skb->data; in ether1394_rebuild_header() local 617 struct eth1394hdr *eth = (struct eth1394hdr*)(((u8*)hh->hh_data) + 6); in ether1394_header_cache() local 659 struct eth1394hdr *eth; in ether1394_type_trans() local 1426 struct eth1394hdr *eth; in ether1394_tx() local
|
/linux-2.4.37.9/net/core/ ! |
D | dv.c | 459 struct ethhdr *eth = skb->mac.ethernet; in divert_frame() local
|
D | pktgen.c | 461 __u8 *eth; in fill_packet() local
|
/linux-2.4.37.9/net/irda/irlan/ ! |
D | irlan_eth.c | 303 struct ethhdr *eth = (struct ethhdr *) buff; in irlan_eth_rebuild_header() local
|
D | irlan_common.c | 70 static int eth = 0; /* Use "eth" or "irlan" name for devices */ variable
|
/linux-2.4.37.9/include/linux/ ! |
D | if_arcnet.h | 83 struct ethhdr eth; /* standard ethernet header (yuck!) */ member
|
/linux-2.4.37.9/drivers/isdn/ ! |
D | isdn_net.c | 1399 struct ethhdr *eth; in isdn_net_type_trans() local 1914 struct ethhdr *eth = (struct ethhdr *) skb_push(skb, ETH_HLEN); in my_eth_header() local 2019 struct ethhdr *eth = (struct ethhdr *) skb->data; in isdn_net_rebuild_header() local
|
/linux-2.4.37.9/drivers/net/hamradio/ ! |
D | bpqether.c | 216 struct ethhdr *eth = (struct ethhdr *)skb->mac.raw; in bpq_rcv() local
|
/linux-2.4.37.9/net/atm/ ! |
D | br2684.c | 296 struct ethhdr *eth; in br_type_trans() local
|
D | mpc.c | 541 struct ethhdr *eth; in mpc_send_packet() local
|
D | lec.c | 115 struct ethhdr *eth; in lec_handle_bridge() local
|
/linux-2.4.37.9/drivers/net/e1000/ ! |
D | e1000_main.c | 3103 struct ethhdr *eth = (struct ethhdr *) skb->data; local
|
/linux-2.4.37.9/drivers/s390/net/ ! |
D | qeth.h | 413 struct ethhdr *eth; in qeth_eth_type_trans() local
|
/linux-2.4.37.9/drivers/net/wireless/ ! |
D | airo.c | 1251 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen) in decapsulate()
|