root/include/net/ip_forward.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __NET_IP_FORWARD_H
   2 #define __NET_IP_FORWARD_H
   3 
   4 #define IPFWD_FRAGMENT          1
   5 #define IPFWD_LASTFRAG          2
   6 #define IPFWD_MASQUERADED       4
   7 #define IPFWD_MULTICASTING      8
   8 #define IPFWD_MULTITUNNEL       16
   9 
  10 #endif

/* [previous][next][first][last][top][bottom][index][help] */