Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4242 → Rev 4243

/branches/network/uspace/srv/net/il/ip/ip_header.h
122,7 → 122,7
/** The destination address.
*/
uint32_t destination_address;
};
} __attribute__ ((packed));
 
typedef struct ip_option ip_option_t;
typedef ip_option * ip_option_ref;
156,7 → 156,7
*/
uint8_t:4 overflow;
#endif
};
} __attribute__ ((packed));
 
#define IPTOS_TOS_MASK 0x1E
#define IPTOS_PRECEDENCE_SHIFT 5