URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [net/] [ip_forward.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __NET_IP_FORWARD_H #define __NET_IP_FORWARD_H #define IPFWD_FRAGMENT 1 #define IPFWD_LASTFRAG 2 #define IPFWD_MASQUERADED 4 #define IPFWD_MULTICASTING 8 #define IPFWD_MULTITUNNEL 0x10 #define IPFWD_NOTTLDEC 0x20 #endif
Go to most recent revision | Compare with Previous | Blame | View Log