c3218475f1d6f052d09314a12e41a30fe36bccad
[dragonfly.git] / contrib / ipfilter / ip_compat.h
1 /*
2  * Copyright (C) 1993-2001 by Darren Reed.
3  *
4  * See the IPFILTER.LICENCE file for details on licencing.
5  *
6  * @(#)ip_compat.h      1.8 1/14/96
7  * $Id: ip_compat.h,v 2.26.2.47 2002/10/26 06:24:42 darrenr Exp $
8  * $DragonFly: src/contrib/ipfilter/Attic/ip_compat.h,v 1.3 2003/10/08 20:06:15 dillon Exp $
9  */
10
11 #ifndef __IP_COMPAT_H__
12 #define __IP_COMPAT_H__
13
14 #ifndef __P
15 # ifdef __STDC__
16 #  define       __P(x)  x
17 # else
18 #  define       __P(x)  ()
19 # endif
20 #endif
21 #ifndef __STDC__
22 # undef         const
23 # define        const
24 #endif
25
26 #ifndef SOLARIS
27 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
28 #endif
29 #if SOLARIS
30 # if !defined(SOLARIS2)
31 #  define       SOLARIS2        3       /* Pick an old version */
32 # endif
33 # if SOLARIS2 >= 8
34 #  ifndef       USE_INET6
35 #   define      USE_INET6
36 #  endif
37 # else
38 #  undef        USE_INET6
39 # endif
40 #endif
41 #if defined(sun) && !(defined(__svr4__) || defined(__SVR4))
42 # undef USE_INET6
43 #endif
44
45 #if defined(_KERNEL) || defined(KERNEL) || defined(__KERNEL__)
46 # undef KERNEL
47 # undef _KERNEL
48 # undef         __KERNEL__
49 # define        KERNEL
50 # define        _KERNEL
51 # define        __KERNEL__
52 #endif
53
54 #if defined(__SVR4) || defined(__svr4__) || defined(__sgi)
55 #define index   strchr
56 # if !defined(KERNEL)
57 #  define       bzero(a,b)      memset(a,0,b)
58 #  define       bcmp            memcmp
59 #  define       bcopy(a,b,c)    memmove(b,a,c)
60 # endif
61 #endif
62
63 #ifndef offsetof
64 #define offsetof(t,m) (int)((&((t *)0L)->m))
65 #endif
66
67 #if defined(__sgi) || defined(bsdi)
68 struct  ether_addr {
69         u_char  ether_addr_octet[6];
70 };
71 #endif
72
73 #ifndef LIFNAMSIZ
74 # ifdef IF_NAMESIZE
75 #  define       LIFNAMSIZ       IF_NAMESIZE
76 # else
77 #  ifdef        IFNAMSIZ
78 #   define      LIFNAMSIZ       IFNAMSIZ
79 #  else
80 #   define      LIFNAMSIZ       16
81 #  endif
82 # endif
83 #endif
84
85 #if defined(__sgi) && !defined(IPFILTER_LKM)
86 # ifdef __STDC__
87 #  define IPL_EXTERN(ep) ipfilter##ep
88 # else
89 #  define IPL_EXTERN(ep) ipfilter/**/ep
90 # endif
91 #else
92 # ifdef __STDC__
93 #  define IPL_EXTERN(ep) ipl##ep
94 # else
95 #  define IPL_EXTERN(ep) ipl/**/ep
96 # endif
97 #endif
98
99 #ifdef __sgi
100 # include       <sys/debug.h>
101 #endif
102
103 #ifdef  linux
104 # include <sys/sysmacros.h>
105 #endif
106
107 /*
108  * This is a workaround for <sys/uio.h> troubles on FreeBSD
109  */
110 #ifndef _KERNEL
111 # define ADD_KERNEL
112 # define _KERNEL_STRUCTURES
113 #endif
114 #ifdef __OpenBSD__
115 struct file;
116 #endif
117 #include <sys/uio.h>
118 #ifdef ADD_KERNEL
119 # undef _KERNEL_STRUCTURES
120 #endif
121
122 #if     SOLARIS
123 # define        MTYPE(m)        ((m)->b_datap->db_type)
124 # if SOLARIS2 >= 4
125 #  include      <sys/isa_defs.h>
126 # endif
127 # include       <sys/ioccom.h>
128 # include       <sys/sysmacros.h>
129 # include       <sys/kmem.h>
130 /*
131  * because Solaris 2 defines these in two places :-/
132  */
133 # undef IPOPT_EOL
134 # undef IPOPT_NOP
135 # undef IPOPT_LSRR
136 # undef IPOPT_RR
137 # undef IPOPT_SSRR
138 # ifndef        KERNEL
139 #  define       _KERNEL
140 #  undef        RES_INIT
141 #  if SOLARIS2 >= 8
142 #   include <netinet/ip6.h>
143 #  endif
144 #  include <inet/common.h>
145 #  include <inet/ip.h>
146 #  include <inet/ip_ire.h>
147 #  undef        _KERNEL
148 # else /* _KERNEL */
149 #  if SOLARIS2 >= 8
150 #   include <netinet/ip6.h>
151 #  endif
152 #  include <inet/common.h>
153 #  include <inet/ip.h>
154 #  include <inet/ip_ire.h>
155 # endif /* _KERNEL */
156 # if SOLARIS2 >= 8
157 #  include <inet/ip_if.h>
158 #  include <netinet/ip6.h>
159 #  define       ipif_local_addr ipif_lcl_addr
160 /* Only defined in private include file */
161 #  ifndef       V4_PART_OF_V6
162 #   define      V4_PART_OF_V6(v6)       v6.s6_addr32[3]
163 #  endif
164 # endif
165
166 typedef struct  qif     {
167         struct  qif     *qf_next;
168         ill_t   *qf_ill;
169         kmutex_t        qf_lock;
170         void    *qf_iptr;
171         void    *qf_optr;
172         queue_t *qf_in;
173         queue_t *qf_out;
174         struct  qinit   *qf_wqinfo;
175         struct  qinit   *qf_rqinfo;
176         struct  qinit   qf_wqinit;
177         struct  qinit   qf_rqinit;
178         mblk_t  *qf_m;  /* These three fields are for passing data up from */
179         queue_t *qf_q;  /* fr_qin and fr_qout to the packet processing. */
180         size_t  qf_off;
181         size_t  qf_len; /* this field is used for in ipfr_fastroute */
182         char    qf_name[LIFNAMSIZ];
183         /*
184          * in case the ILL has disappeared...
185          */
186         size_t  qf_hl;  /* header length */
187         int     qf_sap;
188 # if SOLARIS2 >= 8
189         int     qf_tunoff;      /* tunnel offset */
190 #endif
191         size_t  qf_incnt;
192         size_t  qf_outcnt;
193 } qif_t;
194 #else /* SOLARIS */
195 # if !defined(__sgi)
196 typedef  int    minor_t;
197 # endif
198 #endif /* SOLARIS */
199 #define IPMINLEN(i, h)  ((i)->ip_len >= ((i)->ip_hl * 4 + sizeof(struct h)))
200
201 #ifndef IP_OFFMASK
202 #define IP_OFFMASK      0x1fff
203 #endif
204
205 #if     BSD > 199306
206 # define        USE_QUAD_T
207 # define        U_QUAD_T        u_quad_t
208 # define        QUAD_T          quad_t
209 #else /* BSD > 199306 */
210 # define        U_QUAD_T        u_long
211 # define        QUAD_T          long
212 #endif /* BSD > 199306 */
213
214
215 #if defined(__FreeBSD__) && (defined(KERNEL) || defined(_KERNEL))
216 # include <sys/param.h>
217 # ifndef __FreeBSD_version
218 #  ifdef IPFILTER_LKM
219 #   include <osreldate.h>
220 #  else
221 #   include <sys/osreldate.h>
222 #  endif
223 # endif
224 # ifdef IPFILTER_LKM
225 #  define       ACTUALLY_LKM_NOT_KERNEL
226 # endif
227 # if defined(__FreeBSD_version) && (__FreeBSD_version < 300000)
228 #  include <machine/spl.h>
229 # else
230 #  if (__FreeBSD_version >= 300000) && (__FreeBSD_version < 400000)
231 #   if defined(IPFILTER_LKM) && !defined(ACTUALLY_LKM_NOT_KERNEL)
232 #    define     ACTUALLY_LKM_NOT_KERNEL
233 #   endif
234 #  endif
235 # endif
236 #endif /* __FreeBSD__ && KERNEL */
237
238 #if defined(__FreeBSD_version) && (__FreeBSD_version >= 500000) && \
239     defined(_KERNEL)
240 # include <machine/in_cksum.h>
241 #endif
242
243 /*
244  * These operating systems already take care of the problem for us.
245  */
246 #if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || \
247     defined(__sgi)
248 typedef u_int32_t       u_32_t;
249 # if defined(_KERNEL) && !defined(IPFILTER_LKM)
250 #  if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 104110000)
251 #   include "opt_inet.h"
252 #  endif
253 #  if defined(__FreeBSD_version) && (__FreeBSD_version >= 400000) && \
254       !defined(KLD_MODULE)
255 #   include "opt_inet6.h"
256 #  endif
257 #  ifdef INET6
258 #   define USE_INET6     
259 #  endif   
260 # endif
261 # if !defined(_KERNEL) && !defined(IPFILTER_LKM) && !defined(USE_INET6)
262 #  if (defined(__FreeBSD_version) && (__FreeBSD_version >= 400000)) || \
263       (defined(OpenBSD) && (OpenBSD >= 200111)) || \
264       (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105000000))
265 #   define USE_INET6
266 #  endif
267 # endif
268 #else
269 /*
270  * Really, any arch where sizeof(long) != sizeof(int).
271  */
272 # if defined(__alpha__) || defined(__alpha) || defined(_LP64)
273 typedef unsigned int    u_32_t;
274 # else
275 #  if SOLARIS2 >= 6
276 typedef uint32_t        u_32_t;
277 #  else
278 typedef unsigned int    u_32_t;
279 #  endif
280 # endif
281 #endif /* __NetBSD__ || __OpenBSD__ || __FreeBSD__ || __sgi */
282
283 #ifdef  USE_INET6
284 # if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
285 #  include <netinet/ip6.h>
286 #  ifdef        _KERNEL
287 #   include <netinet6/ip6_var.h>
288 #  endif
289 typedef struct ip6_hdr  ip6_t;
290 # endif
291 # include <netinet/icmp6.h>
292 union   i6addr  {
293         u_32_t  i6[4];
294         struct  in_addr in4;
295         struct  in6_addr in6;
296 };
297 #else
298 union   i6addr  {
299         u_32_t  i6[4];
300         struct  in_addr in4;
301 };
302 #endif
303
304 #define IP6CMP(a,b)     bcmp((char *)&(a), (char *)&(b), sizeof(a))
305 #define IP6EQ(a,b)      (bcmp((char *)&(a), (char *)&(b), sizeof(a)) == 0)
306 #define IP6NEQ(a,b)     (bcmp((char *)&(a), (char *)&(b), sizeof(a)) != 0)
307 #define IP6_ISZERO(a)   ((((union i6addr *)(a))->i6[0] | \
308                           ((union i6addr *)(a))->i6[1] | \
309                           ((union i6addr *)(a))->i6[2] | \
310                           ((union i6addr *)(a))->i6[3]) == 0)
311 #define IP6_NOTZERO(a)  ((((union i6addr *)(a))->i6[0] | \
312                           ((union i6addr *)(a))->i6[1] | \
313                           ((union i6addr *)(a))->i6[2] | \
314                           ((union i6addr *)(a))->i6[3]) != 0)
315
316 #ifndef MAX
317 #define MAX(a,b)        (((a) > (b)) ? (a) : (b))
318 #endif
319
320 /*
321  * Security Options for Intenet Protocol (IPSO) as defined in RFC 1108.
322  *
323  * Basic Option
324  *
325  * 00000001   -   (Reserved 4)
326  * 00111101   -   Top Secret
327  * 01011010   -   Secret
328  * 10010110   -   Confidential
329  * 01100110   -   (Reserved 3)
330  * 11001100   -   (Reserved 2)
331  * 10101011   -   Unclassified
332  * 11110001   -   (Reserved 1)
333  */
334 #define IPSO_CLASS_RES4         0x01
335 #define IPSO_CLASS_TOPS         0x3d
336 #define IPSO_CLASS_SECR         0x5a
337 #define IPSO_CLASS_CONF         0x96
338 #define IPSO_CLASS_RES3         0x66
339 #define IPSO_CLASS_RES2         0xcc
340 #define IPSO_CLASS_UNCL         0xab
341 #define IPSO_CLASS_RES1         0xf1
342
343 #define IPSO_AUTH_GENSER        0x80
344 #define IPSO_AUTH_ESI           0x40
345 #define IPSO_AUTH_SCI           0x20
346 #define IPSO_AUTH_NSA           0x10
347 #define IPSO_AUTH_DOE           0x08
348 #define IPSO_AUTH_UN            0x06
349 #define IPSO_AUTH_FTE           0x01
350
351 /*
352  * IP option #defines
353  */
354 /*#define       IPOPT_RR        7 */
355 #define IPOPT_ZSU       10      /* ZSU */
356 #define IPOPT_MTUP      11      /* MTUP */
357 #define IPOPT_MTUR      12      /* MTUR */
358 #define IPOPT_ENCODE    15      /* ENCODE */
359 /*#define       IPOPT_TS        68 */
360 #define IPOPT_TR        82      /* TR */
361 /*#define       IPOPT_SECURITY  130 */
362 /*#define       IPOPT_LSRR      131 */
363 #define IPOPT_E_SEC     133     /* E-SEC */
364 #define IPOPT_CIPSO     134     /* CIPSO */
365 /*#define       IPOPT_SATID     136 */
366 #ifndef IPOPT_SID
367 # define        IPOPT_SID       IPOPT_SATID
368 #endif
369 /*#define       IPOPT_SSRR      137 */
370 #define IPOPT_ADDEXT    147     /* ADDEXT */
371 #define IPOPT_VISA      142     /* VISA */
372 #define IPOPT_IMITD     144     /* IMITD */
373 #define IPOPT_EIP       145     /* EIP */
374 #define IPOPT_FINN      205     /* FINN */
375
376 #ifndef TCPOPT_WSCALE
377 # define        TCPOPT_WSCALE   3
378 #endif
379
380 /*
381  * Build some macros and #defines to enable the same code to compile anywhere
382  * Well, that's the idea, anyway :-)
383  */
384 #if SOLARIS
385 typedef mblk_t mb_t;
386 # if SOLARIS2 >= 7
387 #  ifdef lint
388 #   define ALIGN32(ptr)    (ptr ? 0L : 0L)
389 #   define ALIGN16(ptr)    (ptr ? 0L : 0L)
390 #  else
391 #   define ALIGN32(ptr)    (ptr)
392 #   define ALIGN16(ptr)    (ptr)
393 #  endif
394 # endif
395 #else
396 typedef struct mbuf mb_t;
397 #endif /* SOLARIS */
398
399 #if !SOLARIS || (SOLARIS2 < 6) || !defined(KERNEL)
400 # define        ATOMIC_INCL             ATOMIC_INC
401 # define        ATOMIC_INC64            ATOMIC_INC
402 # define        ATOMIC_INC32            ATOMIC_INC
403 # define        ATOMIC_INC16            ATOMIC_INC
404 # define        ATOMIC_DECL             ATOMIC_DEC
405 # define        ATOMIC_DEC64            ATOMIC_DEC
406 # define        ATOMIC_DEC32            ATOMIC_DEC
407 # define        ATOMIC_DEC16            ATOMIC_DEC
408 #endif
409 #ifdef __sgi
410 # define  hz HZ
411 # include <sys/ksynch.h>
412 # define        IPF_LOCK_PL     plhi
413 # include <sys/sema.h>
414 #undef kmutex_t
415 typedef struct {
416         lock_t *l;
417         int pl;
418 } kmutex_t;
419 # undef MUTEX_INIT
420 # undef MUTEX_DESTROY
421 #endif
422 #ifdef KERNEL
423 # if SOLARIS
424 #  if SOLARIS2 >= 6
425 #   include <sys/atomic.h>
426 #   if SOLARIS2 == 6
427 #    define     ATOMIC_INCL(x)          atomic_add_long((uint32_t*)&(x), 1)
428 #    define     ATOMIC_DECL(x)          atomic_add_long((uint32_t*)&(x), -1)
429 #   else
430 #    define     ATOMIC_INCL(x)          atomic_add_long(&(x), 1)
431 #    define     ATOMIC_DECL(x)          atomic_add_long(&(x), -1)
432 #   endif
433 #   define      ATOMIC_INC64(x)         atomic_add_64((uint64_t*)&(x), 1)
434 #   define      ATOMIC_INC32(x)         atomic_add_32((uint32_t*)&(x), 1)
435 #   define      ATOMIC_INC16(x)         atomic_add_16((uint16_t*)&(x), 1)
436 #   define      ATOMIC_DEC64(x)         atomic_add_64((uint64_t*)&(x), -1)
437 #   define      ATOMIC_DEC32(x)         atomic_add_32((uint32_t*)&(x), -1)
438 #   define      ATOMIC_DEC16(x)         atomic_add_16((uint16_t*)&(x), -1)
439 #  else
440 #   define      IRE_CACHE               IRE_ROUTE
441 #   define      ATOMIC_INC(x)           { mutex_enter(&ipf_rw); (x)++; \
442                                           mutex_exit(&ipf_rw); }
443 #   define      ATOMIC_DEC(x)           { mutex_enter(&ipf_rw); (x)--; \
444                                           mutex_exit(&ipf_rw); }
445 #  endif
446 #  define       MUTEX_ENTER(x)          mutex_enter(x)
447 #  if 1
448 #   define      KRWLOCK_T               krwlock_t
449 #   define      READ_ENTER(x)           rw_enter(x, RW_READER)
450 #   define      WRITE_ENTER(x)          rw_enter(x, RW_WRITER)
451 #   define      RW_UPGRADE(x)           { if (rw_tryupgrade(x) == 0) { \
452                                               rw_exit(x); \
453                                               rw_enter(x, RW_WRITER); } \
454                                         }
455 #   define      MUTEX_DOWNGRADE(x)      rw_downgrade(x)
456 #   define      RWLOCK_INIT(x, y, z)    rw_init((x), (y), RW_DRIVER, (z))
457 #   define      RWLOCK_EXIT(x)          rw_exit(x)
458 #   define      RW_DESTROY(x)           rw_destroy(x)
459 #  else
460 #   define      KRWLOCK_T               kmutex_t
461 #   define      READ_ENTER(x)           mutex_enter(x)
462 #   define      WRITE_ENTER(x)          mutex_enter(x)
463 #   define      MUTEX_DOWNGRADE(x)      ;
464 #   define      RWLOCK_INIT(x, y, z)    mutex_init((x), (y), MUTEX_DRIVER, (z))
465 #   define      RWLOCK_EXIT(x)          mutex_exit(x)
466 #   define      RW_DESTROY(x)           mutex_destroy(x)
467 #  endif
468 #  define       MUTEX_INIT(x, y, z)     mutex_init((x), (y), MUTEX_DRIVER, (z))
469 #  define       MUTEX_DESTROY(x)        mutex_destroy(x)
470 #  define       MUTEX_EXIT(x)   mutex_exit(x)
471 #  define       MTOD(m,t)       (t)((m)->b_rptr)
472 #  define       IRCOPY(a,b,c)   copyin((caddr_t)(a), (caddr_t)(b), (c))
473 #  define       IWCOPY(a,b,c)   copyout((caddr_t)(a), (caddr_t)(b), (c))
474 #  define       IRCOPYPTR       ircopyptr
475 #  define       IWCOPYPTR       iwcopyptr
476 #  define       FREE_MB_T(m)    freemsg(m)
477 #  define       SPL_NET(x)      ;
478 #  define       SPL_IMP(x)      ;
479 #  undef        SPL_X
480 #  define       SPL_X(x)        ;
481 #  ifdef sparc
482 #   define      ntohs(x)        (x)
483 #   define      ntohl(x)        (x)
484 #   define      htons(x)        (x)
485 #   define      htonl(x)        (x)
486 #  endif /* sparc */
487 #  define       KMALLOC(a,b)    (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP)
488 #  define       KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP)
489 #  define       GET_MINOR(x)    getminor(x)
490 extern  ill_t   *get_unit __P((char *, int));
491 #  define       GETUNIT(n, v)   get_unit(n, v)
492 #  define       IFNAME(x)       ((ill_t *)x)->ill_name
493 # else /* SOLARIS */
494 #  if defined(__sgi)
495 #   define      ATOMIC_INC(x)           { MUTEX_ENTER(&ipf_rw); \
496                                           (x)++; MUTEX_EXIT(&ipf_rw); }
497 #   define      ATOMIC_DEC(x)           { MUTEX_ENTER(&ipf_rw); \
498                                           (x)--; MUTEX_EXIT(&ipf_rw); }
499 #   define      MUTEX_ENTER(x)          (x)->pl = LOCK((x)->l, IPF_LOCK_PL);
500 #   define      KRWLOCK_T               kmutex_t
501 #   define      READ_ENTER(x)           MUTEX_ENTER(x)
502 #   define      WRITE_ENTER(x)          MUTEX_ENTER(x)
503 #   define      RW_UPGRADE(x)           ;
504 #   define      MUTEX_DOWNGRADE(x)      ;
505 #   define      RWLOCK_EXIT(x)          MUTEX_EXIT(x)
506 #   define      MUTEX_EXIT(x)           UNLOCK((x)->l, (x)->pl);
507 #   define      MUTEX_INIT(x,y,z)       (x)->l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM_NOSLEEP)
508 #   define      MUTEX_DESTROY(x)        LOCK_DEALLOC((x)->l)
509 #  else /* __sgi */
510 #   define      ATOMIC_INC(x)           (x)++
511 #   define      ATOMIC_DEC(x)           (x)--
512 #   define      MUTEX_ENTER(x)          ;
513 #   define      READ_ENTER(x)           ;
514 #   define      WRITE_ENTER(x)          ;
515 #   define      RW_UPGRADE(x)           ;
516 #   define      MUTEX_DOWNGRADE(x)      ;
517 #   define      RWLOCK_EXIT(x)          ;
518 #   define      MUTEX_EXIT(x)           ;
519 #   define      MUTEX_INIT(x,y,z)       ;
520 #   define      MUTEX_DESTROY(x)        ;
521 #  endif /* __sgi */
522 #  ifndef linux
523 #   define      FREE_MB_T(m)    m_freem(m)
524 #   define      MTOD(m,t)       mtod(m,t)
525 #   define      IRCOPY(a,b,c)   (bcopy((a), (b), (c)), 0)
526 #   define      IWCOPY(a,b,c)   (bcopy((a), (b), (c)), 0)
527 #   define      IRCOPYPTR       ircopyptr
528 #   define      IWCOPYPTR       iwcopyptr
529 #  endif /* !linux */
530 # endif /* SOLARIS */
531
532 # ifdef sun
533 #  if !SOLARIS
534 #   include     <sys/time.h>
535 #   include     <sys/kmem_alloc.h>
536 #   define      GETUNIT(n, v)   ifunit(n, IFNAMSIZ)
537 #   define      IFNAME(x)       ((struct ifnet *)x)->if_name
538 #  endif
539 # else
540 #  ifndef       linux
541 #   define      GETUNIT(n, v)   ifunit(n)
542 #   if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199606)) || \
543         (defined(OpenBSD) && (OpenBSD >= 199603))
544 #    define     IFNAME(x)       ((struct ifnet *)x)->if_xname
545 #   else
546 #    define     USE_GETIFNAME   1
547 #    define     IFNAME(x)       get_ifname((struct ifnet *)x)
548 extern  char    *get_ifname __P((struct ifnet *));
549 #   endif
550 #  endif
551 # endif /* sun */
552
553 # if defined(sun) && !defined(linux) || defined(__sgi)
554 #  define       UIOMOVE(a,b,c,d)        uiomove((caddr_t)a,b,c,d)
555 #  define       SLEEP(id, n)    sleep((id), 0)
556 #  define       WAKEUP(id)      wakeup(id)
557 #  define       KFREE(x)        kmem_free((char *)(x), sizeof(*(x)))
558 #  define       KFREES(x,s)     kmem_free((char *)(x), (s))
559 #  if !SOLARIS
560 extern  void    m_copydata __P((struct mbuf *, int, int, caddr_t));
561 extern  void    m_copyback __P((struct mbuf *, int, int, caddr_t));
562 #  endif
563 #  ifdef __sgi
564 #   include <sys/kmem.h>
565 #   include <sys/ddi.h>
566 #   define      KMALLOC(a,b)    (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP)
567 #   define      KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP)
568 #   define      GET_MINOR(x)    getminor(x)
569 #  else
570 #   if !SOLARIS
571 #    define     KMALLOC(a,b)    (a) = (b)new_kmem_alloc(sizeof(*(a)), \
572                                                         KMEM_NOSLEEP)
573 #    define     KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP)
574 #   endif /* SOLARIS */
575 #  endif /* __sgi */
576 # endif /* sun && !linux */
577 # ifndef        GET_MINOR
578 #  define       GET_MINOR(x)    minor(x)
579 # endif
580 # if (BSD >= 199306) || defined(__FreeBSD__)
581 #  if (defined(__NetBSD_Version__) && (__NetBSD_Version__ < 105180000)) || \
582        defined(__FreeBSD__) || (defined(OpenBSD) && (OpenBSD < 200206)) || \
583        defined(_BSDI_VERSION)
584 #   include <vm/vm.h>
585 #  endif
586 #  if !defined(__FreeBSD__) || (defined (__FreeBSD_version) && \
587       (__FreeBSD_version >= 300000))
588 #   if (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105180000)) || \
589        (defined(OpenBSD) && (OpenBSD >= 200111))
590 #    include <uvm/uvm_extern.h>
591 #   else
592 #    include <vm/vm_extern.h>
593 extern  vm_map_t        kmem_map;
594 #   endif
595 #   include <sys/proc.h>
596 #  else /* !__FreeBSD__ || (__FreeBSD__ && __FreeBSD_version >= 300000) */
597 #   include <vm/vm_kern.h>
598 #  endif /* !__FreeBSD__ || (__FreeBSD__ && __FreeBSD_version >= 300000) */
599 #  ifdef        M_PFIL
600 #   define      KMALLOC(a, b)   MALLOC((a), b, sizeof(*(a)), M_PFIL, M_NOWAIT)
601 #   define      KMALLOCS(a, b, c)       MALLOC((a), b, (c), M_PFIL, M_NOWAIT)
602 #   define      KFREE(x)        FREE((x), M_PFIL)
603 #   define      KFREES(x,s)     FREE((x), M_PFIL)
604 #  else
605 #   define      KMALLOC(a, b)   MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
606 #   define      KMALLOCS(a, b, c)       MALLOC((a), b, (c), M_TEMP, M_NOWAIT)
607 #   define      KFREE(x)        FREE((x), M_TEMP)
608 #   define      KFREES(x,s)     FREE((x), M_TEMP)
609 #  endif /* M_PFIL */
610 #  define       UIOMOVE(a,b,c,d)        uiomove(a,b,d)
611 #  define       SLEEP(id, n)    tsleep((id), PCATCH, n, 0)
612 #  define       WAKEUP(id)      wakeup(id)
613 # endif /* BSD */
614 # if (defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199407)) || \
615      (defined(OpenBSD) && (OpenBSD >= 200006))
616 #  define       SPL_NET(x)      x = splsoftnet()
617 #  define       SPL_X(x)        (void) splx(x)
618 # else
619 #  if !SOLARIS && !defined(linux)
620 #   define      SPL_IMP(x)      x = splimp()
621 #   define      SPL_NET(x)      x = splnet()
622 #   define      SPL_X(x)        (void) splx(x)
623 #  endif
624 # endif /* NetBSD && (NetBSD <= 1991011) && (NetBSD >= 199407) */
625 # define        PANIC(x,y)      if (x) panic y
626 #else /* KERNEL */
627 # define        SLEEP(x,y)      1
628 # define        WAKEUP(x)       ;
629 # define        PANIC(x,y)      ;
630 # define        ATOMIC_INC(x)   (x)++
631 # define        ATOMIC_DEC(x)   (x)--
632 # define        MUTEX_ENTER(x)  ;
633 # define        READ_ENTER(x)   ;
634 # define        MUTEX_INIT(x,y,z)       ;
635 # define        MUTEX_DESTROY(x)        ;
636 # define        WRITE_ENTER(x)  ;
637 # define        RW_UPGRADE(x)   ;
638 # define        MUTEX_DOWNGRADE(x)      ;
639 # define        RWLOCK_EXIT(x)  ;
640 # define        MUTEX_EXIT(x)   ;
641 # define        SPL_NET(x)      ;
642 # define        SPL_IMP(x)      ;
643 # undef         SPL_X
644 # define        SPL_X(x)        ;
645 # define        KMALLOC(a,b)    (a) = (b)malloc(sizeof(*a))
646 # define        KMALLOCS(a,b,c) (a) = (b)malloc(c)
647 # define        KFREE(x)        free(x)
648 # define        KFREES(x,s)     free(x)
649 # define        FREE_MB_T(x)    ;
650 # define        GETUNIT(x, v)   get_unit(x,v)
651 # define        IRCOPY(a,b,c)   (bcopy((a), (b), (c)), 0)
652 # define        IWCOPY(a,b,c)   (bcopy((a), (b), (c)), 0)
653 # define        IRCOPYPTR       ircopyptr
654 # define        IWCOPYPTR       iwcopyptr
655 # define        IFNAME(x)       get_ifname((struct ifnet *)x)
656 # define        UIOMOVE(a,b,c,d)        ipfuiomove(a,b,c,d)
657 # include       <sys/time.h>
658 extern  void    m_copydata __P((mb_t *, int, int, caddr_t));
659 extern  int     ipfuiomove __P((caddr_t, int, int, struct uio *));
660 #endif /* KERNEL */
661
662 /*
663  * These #ifdef's are here mainly for linux, but who knows, they may
664  * not be in other places or maybe one day linux will grow up and some
665  * of these will turn up there too.
666  */
667 #ifndef ICMP_MINLEN
668 # define        ICMP_MINLEN     8
669 #endif
670 #ifndef ICMP_ECHOREPLY
671 # define        ICMP_ECHOREPLY  0
672 #endif
673 #ifndef ICMP_UNREACH
674 # define        ICMP_UNREACH    3
675 #endif
676 #ifndef ICMP_UNREACH_NET
677 # define        ICMP_UNREACH_NET        0
678 #endif
679 #ifndef ICMP_UNREACH_HOST
680 # define        ICMP_UNREACH_HOST       1
681 #endif
682 #ifndef ICMP_UNREACH_PROTOCOL
683 # define        ICMP_UNREACH_PROTOCOL   2
684 #endif
685 #ifndef ICMP_UNREACH_PORT
686 # define        ICMP_UNREACH_PORT       3
687 #endif
688 #ifndef ICMP_UNREACH_NEEDFRAG
689 # define        ICMP_UNREACH_NEEDFRAG   4
690 #endif
691 #ifndef ICMP_UNREACH_SRCFAIL
692 # define        ICMP_UNREACH_SRCFAIL    5
693 #endif
694 #ifndef ICMP_UNREACH_NET_UNKNOWN
695 # define        ICMP_UNREACH_NET_UNKNOWN        6
696 #endif
697 #ifndef ICMP_UNREACH_HOST_UNKNOWN
698 # define        ICMP_UNREACH_HOST_UNKNOWN       7
699 #endif
700 #ifndef ICMP_UNREACH_ISOLATED
701 # define        ICMP_UNREACH_ISOLATED   8
702 #endif
703 #ifndef ICMP_UNREACH_NET_PROHIB
704 # define        ICMP_UNREACH_NET_PROHIB 9
705 #endif
706 #ifndef ICMP_UNREACH_HOST_PROHIB
707 # define        ICMP_UNREACH_HOST_PROHIB        10
708 #endif
709 #ifndef ICMP_UNREACH_TOSNET
710 # define        ICMP_UNREACH_TOSNET     11
711 #endif
712 #ifndef ICMP_UNREACH_TOSHOST
713 # define        ICMP_UNREACH_TOSHOST    12
714 #endif
715 #ifndef ICMP_UNREACH_ADMIN_PROHIBIT
716 # define        ICMP_UNREACH_ADMIN_PROHIBIT     13
717 #endif
718 #ifndef ICMP_UNREACH_HOST_PRECEDENCE
719 # define        ICMP_UNREACH_HOST_PRECEDENCE    14
720 #endif
721 #ifndef ICMP_UNREACH_PRECEDENCE_CUTOFF
722 # define        ICMP_UNREACH_PRECEDENCE_CUTOFF  15
723 #endif
724 #ifndef ICMP_SOURCEQUENCH
725 # define        ICMP_SOURCEQUENCH       4
726 #endif
727 #ifndef ICMP_REDIRECT_NET
728 # define        ICMP_REDIRECT_NET       0
729 #endif
730 #ifndef ICMP_REDIRECT_HOST
731 # define        ICMP_REDIRECT_HOST      1
732 #endif
733 #ifndef ICMP_REDIRECT_TOSNET
734 # define        ICMP_REDIRECT_TOSNET    2
735 #endif
736 #ifndef ICMP_REDIRECT_TOSHOST
737 # define        ICMP_REDIRECT_TOSHOST   3
738 #endif
739 #ifndef ICMP_ALTHOSTADDR
740 # define        ICMP_ALTHOSTADDR        6
741 #endif
742 #ifndef ICMP_TIMXCEED
743 # define        ICMP_TIMXCEED   11
744 #endif
745 #ifndef ICMP_TIMXCEED_INTRANS
746 # define        ICMP_TIMXCEED_INTRANS   0
747 #endif
748 #ifndef ICMP_TIMXCEED_REASS
749 # define                ICMP_TIMXCEED_REASS     1
750 #endif
751 #ifndef ICMP_PARAMPROB
752 # define        ICMP_PARAMPROB  12
753 #endif
754 #ifndef ICMP_PARAMPROB_ERRATPTR
755 # define        ICMP_PARAMPROB_ERRATPTR 0
756 #endif
757 #ifndef ICMP_PARAMPROB_OPTABSENT
758 # define        ICMP_PARAMPROB_OPTABSENT        1
759 #endif
760 #ifndef ICMP_PARAMPROB_LENGTH
761 # define        ICMP_PARAMPROB_LENGTH   2
762 #endif
763 #ifndef ICMP_TSTAMP
764 # define        ICMP_TSTAMP     13
765 #endif
766 #ifndef ICMP_TSTAMPREPLY
767 # define        ICMP_TSTAMPREPLY        14
768 #endif
769 #ifndef ICMP_IREQ
770 # define        ICMP_IREQ       15
771 #endif
772 #ifndef ICMP_IREQREPLY
773 # define        ICMP_IREQREPLY  16
774 #endif
775 #ifndef ICMP_MASKREQ
776 # define        ICMP_MASKREQ    17
777 #endif
778 #ifndef ICMP_MASKREPLY
779 # define        ICMP_MASKREPLY  18
780 #endif
781 #ifndef ICMP_TRACEROUTE
782 # define        ICMP_TRACEROUTE 30
783 #endif
784 #ifndef ICMP_DATACONVERR
785 # define        ICMP_DATACONVERR        31
786 #endif
787 #ifndef ICMP_MOBILE_REDIRECT
788 # define        ICMP_MOBILE_REDIRECT    32
789 #endif
790 #ifndef ICMP_IPV6_WHEREAREYOU
791 # define        ICMP_IPV6_WHEREAREYOU   33
792 #endif
793 #ifndef ICMP_IPV6_IAMHERE
794 # define        ICMP_IPV6_IAMHERE       34
795 #endif
796 #ifndef ICMP_MOBILE_REGREQUEST
797 # define        ICMP_MOBILE_REGREQUEST  35
798 #endif
799 #ifndef ICMP_MOBILE_REGREPLY
800 # define        ICMP_MOBILE_REGREPLY    36
801 #endif
802 #ifndef ICMP_SKIP
803 # define        ICMP_SKIP       39
804 #endif
805 #ifndef ICMP_PHOTURIS
806 # define        ICMP_PHOTURIS   40
807 #endif
808 #ifndef ICMP_PHOTURIS_UNKNOWN_INDEX
809 # define        ICMP_PHOTURIS_UNKNOWN_INDEX     1
810 #endif
811 #ifndef ICMP_PHOTURIS_AUTH_FAILED
812 # define        ICMP_PHOTURIS_AUTH_FAILED       2
813 #endif
814 #ifndef ICMP_PHOTURIS_DECRYPT_FAILED
815 # define        ICMP_PHOTURIS_DECRYPT_FAILED    3
816 #endif
817 #ifndef IPVERSION
818 # define        IPVERSION       4
819 #endif
820 #ifndef IPOPT_MINOFF
821 # define        IPOPT_MINOFF    4
822 #endif
823 #ifndef IPOPT_COPIED
824 # define        IPOPT_COPIED(x) ((x)&0x80)
825 #endif
826 #ifndef IPOPT_EOL
827 # define        IPOPT_EOL       0
828 #endif
829 #ifndef IPOPT_NOP
830 # define        IPOPT_NOP       1
831 #endif
832 #ifndef IP_MF
833 # define        IP_MF   ((u_short)0x2000)
834 #endif
835 #ifndef ETHERTYPE_IP
836 # define        ETHERTYPE_IP    ((u_short)0x0800)
837 #endif
838 #ifndef TH_FIN
839 # define        TH_FIN  0x01
840 #endif
841 #ifndef TH_SYN
842 # define        TH_SYN  0x02
843 #endif
844 #ifndef TH_RST
845 # define        TH_RST  0x04
846 #endif
847 #ifndef TH_PUSH
848 # define        TH_PUSH 0x08
849 #endif
850 #ifndef TH_ACK
851 # define        TH_ACK  0x10
852 #endif
853 #ifndef TH_URG
854 # define        TH_URG  0x20
855 #endif
856 #ifndef IPOPT_EOL
857 # define        IPOPT_EOL       0
858 #endif
859 #ifndef IPOPT_NOP
860 # define        IPOPT_NOP       1
861 #endif
862 #ifndef IPOPT_RR
863 # define        IPOPT_RR        7
864 #endif
865 #ifndef IPOPT_TS
866 # define        IPOPT_TS        68
867 #endif
868 #ifndef IPOPT_SECURITY
869 # define        IPOPT_SECURITY  130
870 #endif
871 #ifndef IPOPT_LSRR
872 # define        IPOPT_LSRR      131
873 #endif
874 #ifndef IPOPT_SATID
875 # define        IPOPT_SATID     136
876 #endif
877 #ifndef IPOPT_SSRR
878 # define        IPOPT_SSRR      137
879 #endif
880 #ifndef IPOPT_SECUR_UNCLASS
881 # define        IPOPT_SECUR_UNCLASS     ((u_short)0x0000)
882 #endif
883 #ifndef IPOPT_SECUR_CONFID
884 # define        IPOPT_SECUR_CONFID      ((u_short)0xf135)
885 #endif
886 #ifndef IPOPT_SECUR_EFTO
887 # define        IPOPT_SECUR_EFTO        ((u_short)0x789a)
888 #endif
889 #ifndef IPOPT_SECUR_MMMM
890 # define        IPOPT_SECUR_MMMM        ((u_short)0xbc4d)
891 #endif
892 #ifndef IPOPT_SECUR_RESTR
893 # define        IPOPT_SECUR_RESTR       ((u_short)0xaf13)
894 #endif
895 #ifndef IPOPT_SECUR_SECRET
896 # define        IPOPT_SECUR_SECRET      ((u_short)0xd788)
897 #endif
898 #ifndef IPOPT_SECUR_TOPSECRET
899 # define        IPOPT_SECUR_TOPSECRET   ((u_short)0x6bc5)
900 #endif
901 #ifndef IPOPT_OLEN
902 # define        IPOPT_OLEN      1
903 #endif
904 #ifndef IPPROTO_GRE
905 # define        IPPROTO_GRE     47      /* GRE encaps RFC 1701 */
906 #endif
907 #ifndef IPPROTO_ESP
908 # define        IPPROTO_ESP     50
909 #endif
910 #ifndef IPPROTO_ICMPV6
911 # define        IPPROTO_ICMPV6  58
912 #endif
913
914 #ifdef  linux
915 #include <linux/in_systm.h>
916 /*
917  * TCP States
918  */
919 #define TCPS_CLOSED             0       /* closed */
920 #define TCPS_LISTEN             1       /* listening for connection */
921 #define TCPS_SYN_SENT           2       /* active, have sent syn */
922 #define TCPS_SYN_RECEIVED       3       /* have send and received syn */
923 /* states < TCPS_ESTABLISHED are those where connections not established */
924 #define TCPS_ESTABLISHED        4       /* established */
925 #define TCPS_CLOSE_WAIT         5       /* rcvd fin, waiting for close */
926 /* states > TCPS_CLOSE_WAIT are those where user has closed */
927 #define TCPS_FIN_WAIT_1         6       /* have closed, sent fin */
928 #define TCPS_CLOSING            7       /* closed xchd FIN; await FIN ACK */
929 #define TCPS_LAST_ACK           8       /* had fin and close; await FIN ACK */
930 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
931 #define TCPS_FIN_WAIT_2         9       /* have closed, fin is acked */
932 #define TCPS_TIME_WAIT          10      /* in 2*msl quiet wait after close */
933
934 /*
935  * file flags.
936  */
937 #ifdef WRITE
938 #define FWRITE  WRITE
939 #define FREAD   READ
940 #else
941 #define FWRITE  _IOC_WRITE
942 #define FREAD   _IOC_READ
943 #endif
944 /*
945  * mbuf related problems.
946  */
947 #define mtod(m,t)       (t)((m)->data)
948 #define m_len           len
949 #define m_next          next
950
951 #ifdef  IP_DF
952 #undef  IP_DF
953 #endif
954 #define IP_DF           0x4000
955
956 typedef struct  {
957         __u16   th_sport;
958         __u16   th_dport;
959         __u32   th_seq;
960         __u32   th_ack;
961 # if defined(__i386__) || defined(__MIPSEL__) || defined(__alpha__) ||\
962     defined(vax)
963         __u8    th_res:4;
964         __u8    th_off:4;
965 #else
966         __u8    th_off:4;
967         __u8    th_res:4;
968 #endif
969         __u8    th_flags;
970         __u16   th_win;
971         __u16   th_sum;
972         __u16   th_urp;
973 } tcphdr_t;
974
975 typedef struct  {
976         __u16   uh_sport;
977         __u16   uh_dport;
978         __u16   uh_ulen;
979         __u16   uh_sum;
980 } udphdr_t;
981
982 typedef struct  {
983 # if defined(__i386__) || defined(__MIPSEL__) || defined(__alpha__) ||\
984     defined(vax)
985         __u8    ip_hl:4;
986         __u8    ip_v:4;
987 # else
988         __u8    ip_v:4;
989         __u8    ip_hl:4;
990 # endif
991         __u8    ip_tos;
992         __u16   ip_len;
993         __u16   ip_id;
994         __u16   ip_off;
995         __u8    ip_ttl;
996         __u8    ip_p;
997         __u16   ip_sum;
998         struct  in_addr ip_src;
999         struct  in_addr ip_dst;
1000 } ip_t;
1001
1002 /*
1003  * Structure of an icmp header.
1004  */
1005 typedef struct icmp {
1006         __u8    icmp_type;              /* type of message, see below */
1007         __u8    icmp_code;              /* type sub code */
1008         __u16   icmp_cksum;             /* ones complement cksum of struct */
1009         union {
1010                 __u8    ih_pptr;                /* ICMP_PARAMPROB */
1011                 struct  in_addr ih_gwaddr;      /* ICMP_REDIRECT */
1012                 struct  ih_idseq {
1013                         __u16   icd_id;
1014                         __u16   icd_seq;
1015                 } ih_idseq;
1016                 int ih_void;
1017         } icmp_hun;
1018 # define        icmp_pptr       icmp_hun.ih_pptr
1019 # define        icmp_gwaddr     icmp_hun.ih_gwaddr
1020 # define        icmp_id         icmp_hun.ih_idseq.icd_id
1021 # define        icmp_seq        icmp_hun.ih_idseq.icd_seq
1022 # define        icmp_void       icmp_hun.ih_void
1023         union {
1024                 struct id_ts {
1025                         n_time its_otime;
1026                         n_time its_rtime;
1027                         n_time its_ttime;
1028                 } id_ts;
1029                 struct id_ip  {
1030                         ip_t idi_ip;
1031                         /* options and then 64 bits of data */
1032                 } id_ip;
1033                 u_long  id_mask;
1034                 char    id_data[1];
1035         } icmp_dun;
1036 # define        icmp_otime      icmp_dun.id_ts.its_otime
1037 # define        icmp_rtime      icmp_dun.id_ts.its_rtime
1038 # define        icmp_ttime      icmp_dun.id_ts.its_ttime
1039 # define        icmp_ip         icmp_dun.id_ip.idi_ip
1040 # define        icmp_mask       icmp_dun.id_mask
1041 # define        icmp_data       icmp_dun.id_data
1042 } icmphdr_t;
1043
1044 # ifndef LINUX_IPOVLY
1045 #  define LINUX_IPOVLY
1046 struct ipovly {
1047         caddr_t ih_next, ih_prev;       /* for protocol sequence q's */
1048         u_char  ih_x1;                  /* (unused) */
1049         u_char  ih_pr;                  /* protocol */
1050         short   ih_len;                 /* protocol length */
1051         struct  in_addr ih_src;         /* source internet address */
1052         struct  in_addr ih_dst;         /* destination internet address */
1053 };
1054 # endif
1055
1056 typedef struct  {
1057         __u8    ether_dhost[6];
1058         __u8    ether_shost[6];
1059         __u16   ether_type;
1060 } ether_header_t;
1061
1062 typedef struct  uio     {
1063         int     uio_resid;
1064         int     uio_rw;
1065         caddr_t uio_buf;
1066 } uio_t;
1067
1068 # define        UIO_READ        0
1069 # define        UIO_WRITE       1
1070 # define        UIOMOVE(a, b, c, d)     uiomove(a,b,c,d)
1071
1072 /*
1073  * For masking struct ifnet onto struct device
1074  */
1075 # define        if_name name
1076
1077 # ifdef KERNEL
1078 #  define       GETUNIT(x, v)   dev_get(x)
1079 #  define       FREE_MB_T(m)    kfree_skb(m, FREE_WRITE)
1080 #  define       uniqtime        do_gettimeofday
1081 #  undef INT_MAX
1082 #  undef UINT_MAX
1083 #  undef LONG_MAX
1084 #  undef ULONG_MAX
1085 #  include <linux/netdevice.h>
1086 #  define       SPL_X(x)
1087 #  define       SPL_NET(x)
1088 #  define       SPL_IMP(x)
1089  
1090 #  define       bcmp(a,b,c)     memcmp(a,b,c)
1091 #  define       bcopy(a,b,c)    memcpy(b,a,c)
1092 #  define       bzero(a,c)      memset(a,0,c)
1093
1094 #  define       UNITNAME(n)     dev_get((n))
1095
1096 #  define       KMALLOC(a,b)    (a) = (b)kmalloc(sizeof(*(a)), GFP_ATOMIC)
1097 #  define       KMALLOCS(a,b,c) (a) = (b)kmalloc((c), GFP_ATOMIC)
1098 #  define       KFREE(x)        kfree_s((x), sizeof(*(x)))
1099 #  define       KFREES(x,s)     kfree_s((x), (s))
1100 #define IRCOPY(const void *a, void *b, size_t c)        { \
1101         int error; \
1102
1103         error = verify_area(VERIFY_READ, a ,c); \
1104         if (!error) \
1105                 memcpy_fromfs(b, a, c); \
1106         return error; \
1107 }
1108 static inline int IWCOPY(const void *a, void *b, size_t c)
1109 {
1110         int error;
1111
1112         error = verify_area(VERIFY_WRITE, b, c);
1113         if (!error)
1114                 memcpy_tofs(b, a, c);
1115         return error;
1116 }
1117 static inline int IRCOPYPTR(const void *a, void *b, size_t c) {
1118         caddr_t ca;
1119         int     error;
1120
1121         error = verify_area(VERIFY_READ, a ,sizeof(ca));
1122         if (!error) {
1123                 memcpy_fromfs(ca, a, sizeof(ca));
1124                 error = verify_area(VERIFY_READ, ca , c);
1125                 if (!error)
1126                         memcpy_fromfs(b, ca, c);
1127         }
1128         return error;
1129 }
1130 static inline int IWCOPYPTR(const void *a, void *b, size_t c) {
1131         caddr_t ca;
1132         int     error;
1133
1134
1135         error = verify_area(VERIFY_READ, b ,sizeof(ca));
1136         if (!error) {
1137                 memcpy_fromfs(ca, b, sizeof(ca));
1138                 error = verify_area(VERIFY_WRITE, ca, c);
1139                 if (!error)
1140                         memcpy_tofs(ca, a, c);
1141         }
1142         return error;
1143 }
1144 # else
1145 #  define       __KERNEL__
1146 #  undef INT_MAX
1147 #  undef UINT_MAX
1148 #  undef LONG_MAX
1149 #  undef ULONG_MAX
1150 #  define       s8 __s8
1151 #  define       u8 __u8
1152 #  define       s16 __s16
1153 #  define       u16 __u16
1154 #  define       s32 __s32
1155 #  define       u32 __u32
1156 #  include <linux/netdevice.h>
1157 #  undef        __KERNEL__
1158 # endif
1159 # define        ifnet   device
1160 #else
1161 typedef struct  tcphdr  tcphdr_t;
1162 typedef struct  udphdr  udphdr_t;
1163 typedef struct  icmp    icmphdr_t;
1164 typedef struct  ip      ip_t;
1165 typedef struct  ether_header    ether_header_t;
1166 #endif /* linux */
1167 typedef struct  tcpiphdr        tcpiphdr_t;
1168
1169 #if defined(hpux) || defined(linux)
1170 struct  ether_addr      {
1171         char    ether_addr_octet[6];
1172 };
1173 #endif
1174
1175 /*
1176  * XXX - This is one of those *awful* hacks which nobody likes
1177  */
1178 #ifdef  ultrix
1179 #define A_A
1180 #else
1181 #define A_A     &
1182 #endif
1183
1184 #if (BSD >= 199306) && !defined(m_act)
1185 # define        m_act   m_nextpkt
1186 #endif
1187
1188 #ifndef ICMP_ROUTERADVERT
1189 # define        ICMP_ROUTERADVERT       9
1190 #endif
1191 #ifndef ICMP_ROUTERSOLICIT
1192 # define        ICMP_ROUTERSOLICIT      10
1193 #endif
1194 #undef  ICMP_MAX_UNREACH
1195 #define ICMP_MAX_UNREACH        14
1196 #undef  ICMP_MAXTYPE
1197 #define ICMP_MAXTYPE            18
1198 /*
1199  * ICMP error replies have an IP header (20 bytes), 8 bytes of ICMP data,
1200  * another IP header and then 64 bits of data, totalling 56.  Of course,
1201  * the last 64 bits is dependant on that being available.
1202  */
1203 #define ICMPERR_ICMPHLEN        8
1204 #define ICMPERR_IPICMPHLEN      (20 + 8)
1205 #define ICMPERR_MINPKTLEN       (20 + 8 + 20)
1206 #define ICMPERR_MAXPKTLEN       (20 + 8 + 20 + 8)
1207 #define ICMP6_MINLEN            8
1208 #define ICMP6ERR_MINPKTLEN      (40 + 8)
1209 #define ICMP6ERR_IPICMPHLEN     (40 + 8 + 40)
1210
1211 #ifndef ICMP6_DST_UNREACH
1212 # define        ICMP6_DST_UNREACH       1
1213 #endif
1214 #ifndef ICMP6_PACKET_TOO_BIG
1215 # define        ICMP6_PACKET_TOO_BIG    2
1216 #endif
1217 #ifndef ICMP6_TIME_EXCEEDED
1218 # define        ICMP6_TIME_EXCEEDED     3
1219 #endif
1220 #ifndef ICMP6_PARAM_PROB
1221 # define        ICMP6_PARAM_PROB        4
1222 #endif
1223
1224 #ifndef ICMP6_ECHO_REQUEST
1225 # define        ICMP6_ECHO_REQUEST      128
1226 #endif
1227 #ifndef ICMP6_ECHO_REPLY
1228 # define        ICMP6_ECHO_REPLY        129
1229 #endif
1230 #ifndef ICMP6_MEMBERSHIP_QUERY
1231 # define        ICMP6_MEMBERSHIP_QUERY  130
1232 #endif
1233 #ifndef MLD6_LISTENER_QUERY
1234 # define        MLD6_LISTENER_QUERY     130
1235 #endif
1236 #ifndef ICMP6_MEMBERSHIP_REPORT
1237 # define        ICMP6_MEMBERSHIP_REPORT 131
1238 #endif
1239 #ifndef MLD6_LISTENER_REPORT
1240 # define        MLD6_LISTENER_REPORT    131
1241 #endif
1242 #ifndef ICMP6_MEMBERSHIP_REDUCTION
1243 # define        ICMP6_MEMBERSHIP_REDUCTION      132
1244 #endif
1245 #ifndef MLD6_LISTENER_DONE
1246 # define        MLD6_LISTENER_DONE      132
1247 #endif
1248 #ifndef ND_ROUTER_SOLICIT
1249 # define        ND_ROUTER_SOLICIT       133
1250 #endif
1251 #ifndef ND_ROUTER_ADVERT
1252 # define        ND_ROUTER_ADVERT        134
1253 #endif
1254 #ifndef ND_NEIGHBOR_SOLICIT
1255 # define        ND_NEIGHBOR_SOLICIT     135
1256 #endif
1257 #ifndef ND_NEIGHBOR_ADVERT
1258 # define        ND_NEIGHBOR_ADVERT      136
1259 #endif
1260 #ifndef ND_REDIRECT
1261 # define        ND_REDIRECT     137
1262 #endif
1263 #ifndef ICMP6_ROUTER_RENUMBERING
1264 # define        ICMP6_ROUTER_RENUMBERING        138
1265 #endif
1266 #ifndef ICMP6_WRUREQUEST
1267 # define        ICMP6_WRUREQUEST        139
1268 #endif
1269 #ifndef ICMP6_WRUREPLY
1270 # define        ICMP6_WRUREPLY          140
1271 #endif
1272 #ifndef ICMP6_FQDN_QUERY
1273 # define        ICMP6_FQDN_QUERY        139
1274 #endif
1275 #ifndef ICMP6_FQDN_REPLY
1276 # define        ICMP6_FQDN_REPLY        140
1277 #endif
1278 #ifndef ICMP6_NI_QUERY
1279 # define        ICMP6_NI_QUERY          139
1280 #endif
1281 #ifndef ICMP6_NI_REPLY
1282 # define        ICMP6_NI_REPLY          140
1283 #endif
1284 #ifndef MLD6_MTRACE_RESP
1285 # define        MLD6_MTRACE_RESP        200
1286 #endif
1287 #ifndef MLD6_MTRACE
1288 # define        MLD6_MTRACE             201
1289 #endif
1290 #ifndef ICMP6_HADISCOV_REQUEST
1291 # define        ICMP6_HADISCOV_REQUEST  202
1292 #endif
1293 #ifndef ICMP6_HADISCOV_REPLY
1294 # define        ICMP6_HADISCOV_REPLY    203
1295 #endif
1296 #ifndef ICMP6_MOBILEPREFIX_SOLICIT
1297 # define        ICMP6_MOBILEPREFIX_SOLICIT      204
1298 #endif
1299 #ifndef ICMP6_MOBILEPREFIX_ADVERT
1300 # define        ICMP6_MOBILEPREFIX_ADVERT       205
1301 #endif
1302 #ifndef ICMP6_MAXTYPE
1303 # define        ICMP6_MAXTYPE           205
1304 #endif
1305
1306 #ifndef ICMP6_DST_UNREACH_NOROUTE
1307 # define        ICMP6_DST_UNREACH_NOROUTE       0
1308 #endif
1309 #ifndef ICMP6_DST_UNREACH_ADMIN
1310 # define        ICMP6_DST_UNREACH_ADMIN         1
1311 #endif
1312 #ifndef ICMP6_DST_UNREACH_NOTNEIGHBOR
1313 # define        ICMP6_DST_UNREACH_NOTNEIGHBOR   2
1314 #endif
1315 #ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
1316 # define        ICMP6_DST_UNREACH_BEYONDSCOPE   2
1317 #endif
1318 #ifndef ICMP6_DST_UNREACH_ADDR
1319 # define        ICMP6_DST_UNREACH_ADDR          3
1320 #endif
1321 #ifndef ICMP6_DST_UNREACH_NOPORT
1322 # define        ICMP6_DST_UNREACH_NOPORT        4
1323 #endif
1324 #ifndef ICMP6_TIME_EXCEED_TRANSIT
1325 # define        ICMP6_TIME_EXCEED_TRANSIT       0
1326 #endif
1327 #ifndef ICMP6_TIME_EXCEED_REASSEMBLY
1328 # define        ICMP6_TIME_EXCEED_REASSEMBLY    1
1329 #endif
1330
1331 #ifndef ICMP6_NI_SUCCESS
1332 # define        ICMP6_NI_SUCCESS        0
1333 #endif
1334 #ifndef ICMP6_NI_REFUSED
1335 # define        ICMP6_NI_REFUSED        1
1336 #endif
1337 #ifndef ICMP6_NI_UNKNOWN
1338 # define        ICMP6_NI_UNKNOWN        2
1339 #endif
1340
1341 #ifndef ICMP6_ROUTER_RENUMBERING_COMMAND
1342 # define        ICMP6_ROUTER_RENUMBERING_COMMAND        0
1343 #endif
1344 #ifndef ICMP6_ROUTER_RENUMBERING_RESULT
1345 # define        ICMP6_ROUTER_RENUMBERING_RESULT 1
1346 #endif
1347 #ifndef ICMP6_ROUTER_RENUMBERING_SEQNUM_RESET
1348 # define        ICMP6_ROUTER_RENUMBERING_SEQNUM_RESET   255
1349 #endif
1350
1351 #ifndef ICMP6_PARAMPROB_HEADER
1352 # define        ICMP6_PARAMPROB_HEADER  0
1353 #endif
1354 #ifndef ICMP6_PARAMPROB_NEXTHEADER
1355 # define        ICMP6_PARAMPROB_NEXTHEADER      1
1356 #endif
1357 #ifndef ICMP6_PARAMPROB_OPTION
1358 # define        ICMP6_PARAMPROB_OPTION  2
1359 #endif
1360
1361 #ifndef ICMP6_NI_SUBJ_IPV6
1362 # define        ICMP6_NI_SUBJ_IPV6      0
1363 #endif
1364 #ifndef ICMP6_NI_SUBJ_FQDN
1365 # define        ICMP6_NI_SUBJ_FQDN      1
1366 #endif
1367 #ifndef ICMP6_NI_SUBJ_IPV4
1368 # define        ICMP6_NI_SUBJ_IPV4      2
1369 #endif
1370
1371 /*
1372  * ECN is a new addition to TCP - RFC 2481
1373  */
1374 #ifndef TH_ECN
1375 # define        TH_ECN  0x40
1376 #endif
1377 #ifndef TH_CWR
1378 # define        TH_CWR  0x80
1379 #endif
1380 #define TH_ECNALL       (TH_ECN|TH_CWR)
1381
1382 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECN|TH_CWR)
1383
1384 #endif  /* __IP_COMPAT_H__ */