OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches2.3 / include.net.sock.h
1 --- ./include/net/sock.h        2002/02/06 15:25:10     1.1
2 +++ ./include/net/sock.h        2002/05/22 12:14:56
3 @@ -245,6 +245,12 @@
4         __u32   end_seq;
5  };
6  
7 +#if 1
8 +struct udp_opt {
9 +       __u32 esp_in_udp;
10 +};
11 +#endif
12 +
13  struct tcp_opt {
14         int     tcp_header_len; /* Bytes of tcp header to send          */
15  
16 @@ -584,6 +590,9 @@
17  #if defined(CONFIG_SPX) || defined (CONFIG_SPX_MODULE)
18                 struct spx_opt          af_spx;
19  #endif /* CONFIG_SPX */
20 +#if 1
21 +               struct udp_opt          af_udp;
22 +#endif
23  
24         } tp_pinfo;
25