The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netipx/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2019-04-24 09:42:19
Folder CVS/ 2006-05-31 09:24:20
File README 789 bytes 2005-04-16 18:40:23
C file ipx.c 10455 bytes 2005-03-10 14:38:19
C file ipx.h 5618 bytes 2005-06-10 08:49:12
C file ipx_cksum.c 3210 bytes 2005-02-25 13:26:39
C file ipx_if.h 3727 bytes 2005-01-31 23:26:42
C file ipx_input.c 12914 bytes 2005-04-16 18:39:33
C file ipx_ip.c 10865 bytes 2005-02-25 13:26:39
C file ipx_ip.h 2468 bytes 2005-01-31 23:26:42
C file ipx_outputfl.c 6986 bytes 2005-02-25 13:20:42
C file ipx_pcb.c 10337 bytes 2005-03-10 14:30:31
C file ipx_pcb.h 4738 bytes 2005-03-10 14:27:00
C file ipx_proto.c 3557 bytes 2005-02-25 13:26:39
C file ipx_usrreq.c 15259 bytes 2005-03-10 14:34:02
C file ipx_var.h 4139 bytes 2005-02-25 13:14:47
C file spx.h 7093 bytes 2005-01-31 23:26:42
C file spx_debug.c 4684 bytes 2005-01-31 23:26:42
C file spx_debug.h 2780 bytes 2005-01-31 23:26:42
C file spx_timer.h 5403 bytes 2005-01-31 23:26:42
C file spx_usrreq.c 46907 bytes 2005-04-01 15:04:19
C file spx_var.h 5272 bytes 2005-01-31 23:26:42

    1 $FreeBSD: src/sys/netipx/README,v 1.2.8.3 2005/04/16 18:40:23 rwatson Exp $
    2 
    3 This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
    4 Please note: the SPX implementation may require further work and testing
    5 to insure proper operation.
    6 
    7 Mike Mitchell, Network Engineer
    8 AMTECH Systems Corporation, Technology and Manufacturing
    9 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
   10 supervisor@alb.asctmd.com
   11 
   12 John Hay
   13 Some Company
   14 Some Address
   15 jhay@mikom.csir.co.za
   16 
   17 --- Copyright Information ---
   18 /*-
   19 
   20 Copyright (c) 1984, 1985, 1986, 1987, 1993
   21 The Regents of the University of California.  All rights reserved.
   22 
   23 Modifications Copyright (c) 2004-2005 Robert N. M. Watson
   24 Modifications Copyright (c) 1995, Mike Mitchell
   25 Modifications Copyright (c) 1995, John Hay
   26 
   27 */

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.