]> sourceware.org Git - newlib-cygwin.git/commitdiff
Define MAX_IPOPTLEN
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 2 Nov 2015 14:42:30 +0000 (15:42 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 2 Nov 2015 14:42:30 +0000 (15:42 +0100)
* include/netinet/ip.h (MAX_IPOPTLEN): Define.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/ChangeLog
winsup/cygwin/include/netinet/ip.h

index 179eb24eab9c617c48388dc5aa8a070e40adb42d..dfeaf39dc98dcf767b2e200a4dc2fc4406805fe3 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-02  Corinna Vinschen  <corinna@vinschen.de>
+
+       * include/netinet/ip.h (MAX_IPOPTLEN): Define.
+
 2015-11-02  Corinna Vinschen  <corinna@vinschen.de>
 
        * sigproc.cc (class pending_signals): Drop sigproc_init friendship.
index dd701512e34ab2bb6c00f71283ca409fb86bff91..4d355423b3dfde64482c53ebb7ec960e11842bd8 100644 (file)
@@ -202,6 +202,8 @@ struct ip {
 #define IPOPT_OFFSET           2               /* offset within option */
 #define IPOPT_MINOFF           4               /* min value of above */
 
+#define MAX_IPOPTLEN           40
+
 /*
  * Time stamp option structure.
  */
This page took 0.033617 seconds and 5 git commands to generate.