Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4242 → Rev 4243

/branches/network/uspace/srv/net/nil/eth/eth_header.h
111,7 → 111,7
* The possible values are assigned by an IEEE committee.
*/
uint8_t ctrl;
};
} __attribute__ ((packed));
 
/** Ethernet header SNAP extension.
*/
123,7 → 123,7
* @see ethernet_protocols.h
*/
uint16_t ethertype;
};
} __attribute__ ((packed));
 
/** Ethernet header preamble.
* Used for dummy devices.
137,7 → 137,7
* Should be set to ETH_SFD.
*/
uint8_t sfd;
};
} __attribute__ ((packed));
 
/** Ethernet header.
*/
152,7 → 152,7
* @see ethernet_protocols.h
*/
uint16_t ethertype;
};
} __attribute__ ((packed));
 
/** Ethernet header with all the extensions.
*/
168,7 → 168,7
/** SNAP extension.
*/
eth_header_snap_t snap;
};
} __attribute__ ((packed));
 
/** Ethernet Frame Check Sequence.
*/