Deleted Added
full compact
natm.h (25604) natm.h (31885)
1/* $NetBSD: natm.h,v 1.1 1996/07/04 03:20:12 chuck Exp $ */
2
3/*
4 *
5 * Copyright (c) 1996 Charles D. Cranor and Washington University.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 99 unchanged lines hidden (view full) ---

108 */
109
110#define NPCB_RAWCC (1024*1024) /* 1MB */
111
112LIST_HEAD(npcblist, natmpcb);
113
114/* global data structures */
115
1/* $NetBSD: natm.h,v 1.1 1996/07/04 03:20:12 chuck Exp $ */
2
3/*
4 *
5 * Copyright (c) 1996 Charles D. Cranor and Washington University.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 99 unchanged lines hidden (view full) ---

108 */
109
110#define NPCB_RAWCC (1024*1024) /* 1MB */
111
112LIST_HEAD(npcblist, natmpcb);
113
114/* global data structures */
115
116struct npcblist natm_pcbs; /* global list of pcbs */
116extern struct npcblist natm_pcbs; /* global list of pcbs */
117extern struct ifqueue natmintrq; /* natm packet input queue */
118#define NATM_STAT
119#ifdef NATM_STAT
120extern u_int natm_sodropcnt,
121 natm_sodropbytes; /* account of droppage */
122extern u_int natm_sookcnt,
123 natm_sookbytes; /* account of ok */
124#endif

--- 37 unchanged lines hidden ---
117extern struct ifqueue natmintrq; /* natm packet input queue */
118#define NATM_STAT
119#ifdef NATM_STAT
120extern u_int natm_sodropcnt,
121 natm_sodropbytes; /* account of droppage */
122extern u_int natm_sookcnt,
123 natm_sookbytes; /* account of ok */
124#endif

--- 37 unchanged lines hidden ---