Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/include/ip_protocols.h
38,6 → 38,10
#ifndef __NET_IPPROTOCOLS_H__
#define __NET_IPPROTOCOLS_H__
 
/** @name IP protocols definitions
*/
/*@{*/
 
/** IPv6 Hop-by-Hop Option internet protocol number.
*/
#define IPPROTO_HOPOPT 0
608,6 → 612,8
*/
#define IPPROTO_MAX ( IPPROTO_RAW + 1 )
 
/*@}*/
 
#endif
 
/** @}