URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [net/] [ip_forward.h] - Rev 1765
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