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

Subversion Repositories or1k_old

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

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1633 Rev 1765
/*
/*
 * 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.
 *
 *
 *              Definitions for the UDP protocol.
 *              Definitions for the UDP protocol.
 *
 *
 * Version:     @(#)udp.h       1.0.2   04/28/93
 * Version:     @(#)udp.h       1.0.2   04/28/93
 *
 *
 * Author:      Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
 * Author:      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_UDP_H
#ifndef _LINUX_UDP_H
#define _LINUX_UDP_H
#define _LINUX_UDP_H
 
 
 
 
struct udphdr {
struct udphdr {
  unsigned short        source;
  unsigned short        source;
  unsigned short        dest;
  unsigned short        dest;
  unsigned short        len;
  unsigned short        len;
  unsigned short        check;
  unsigned short        check;
};
};
 
 
 
 
#endif  /* _LINUX_UDP_H */
#endif  /* _LINUX_UDP_H */
 
 

powered by: WebSVN 2.1.0

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