OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [in_systm.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 * INET         An implementation of the TCP/IP protocol suite for the LINUX
 * INET         An implementation of the TCP/IP protocol suite for the LINUX
 *              operating system.  INET is implemented using the  BSD Socket
 *              operating system.  INET is implemented using the  BSD Socket
 *              interface as the means of communication with the user level.
 *              interface as the means of communication with the user level.
 *
 *
 *              Miscellaneous internetwork definitions for kernel.
 *              Miscellaneous internetwork definitions for kernel.
 *
 *
 * Version:     @(#)in_systm.h  1.0.0   12/17/93
 * Version:     @(#)in_systm.h  1.0.0   12/17/93
 *
 *
 * Authors:     Original taken from Berkeley BSD UNIX 4.3-RENO.
 * Authors:     Original taken from Berkeley BSD UNIX 4.3-RENO.
 *              Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
 *              Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
 *
 *
 *              This program is free software; you can redistribute it and/or
 *              This program is free software; you can redistribute it and/or
 *              modify it under the terms of the GNU General Public License
 *              modify it under the terms of the GNU General Public License
 *              as published by the Free Software Foundation; either version
 *              as published by the Free Software Foundation; either version
 *              2 of the License, or (at your option) any later version.
 *              2 of the License, or (at your option) any later version.
 */
 */
#ifndef _LINUX_IN_SYSTM_H
#ifndef _LINUX_IN_SYSTM_H
#define _LINUX_IN_SYSTM_H
#define _LINUX_IN_SYSTM_H
 
 
/*
/*
 * Network types.
 * Network types.
 * The n_ types are network-order variants of their natural
 * The n_ types are network-order variants of their natural
 * equivalents.  The Linux kernel NET-2 code does not use
 * equivalents.  The Linux kernel NET-2 code does not use
 * them (yet), but it might in the future.  This is mostly
 * them (yet), but it might in the future.  This is mostly
 * there for compatibility with BSD user-level programs.
 * there for compatibility with BSD user-level programs.
 */
 */
typedef u_short n_short;        /* short as received from the net       */
typedef u_short n_short;        /* short as received from the net       */
typedef u_long  n_long;         /* long as received from the net        */
typedef u_long  n_long;         /* long as received from the net        */
typedef u_long  n_time;         /* ms since 00:00 GMT, byte rev         */
typedef u_long  n_time;         /* ms since 00:00 GMT, byte rev         */
 
 
#endif /* _LINUX_IN_SYSTM_H */
#endif /* _LINUX_IN_SYSTM_H */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.