source: rtems/cpukit/libnetworking/rtems/bsdnet/servers.h @ 2d9d8ff6

4.104.114.84.95
Last change on this file since 2d9d8ff6 was 2d9d8ff6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/03/05 at 05:34:01

New.

  • Property mode set to 100644
File size: 371 bytes
Line 
1/**
2 * @file rtems/rtems_bsdnet.h
3 */
4 
5/*
6 *  $Id$
7 */
8
9#ifndef _RTEMS_BSDNET_SERVERS_H
10#define _RTEMS_BSDNET_SERVERS_H
11
12extern struct in_addr *rtems_bsdnet_ntpserver;
13extern int rtems_bsdnet_ntpserver_count;
14
15/*
16 * Network configuration
17 */
18extern struct in_addr *rtems_bsdnet_nameserver;
19extern int rtems_bsdnet_nameserver_count;
20
21#endif /* _RTEMS_BSDNET_SERVERS_H */
Note: See TracBrowser for help on using the repository browser.