File: ipxrip.h

package info (click to toggle)
ipgrab 0.8.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 540 kB
  • ctags: 555
  • sloc: ansic: 4,608; sh: 1,507; makefile: 120
file content (27 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**************************************************************************** 
** File: ipxrip.h
**
** Author: Mike Borella
**
** Comments: IPX/RIP header format and such
**
** $Log: ipxrip.h,v $
** Revision 1.2  1998/06/12 20:48:33  mborella
** Added log tag
**
**
*****************************************************************************/

typedef struct _RIPentry
{
  u_int32_t net;
  u_int16_t hops;
  u_int16_t ticks;
} RIPentry;


typedef struct _IPXRIPhdr
{
  u_int16_t op;
} IPXRIPhdr;