This is Unofficial EPICS BASE Doxygen Site
rtems_netconfig.c File Reference
#include <stdio.h>
#include <bsp.h>
#include <rtems/rtems_bsdnet.h>
+ Include dependency graph for rtems_netconfig.c:

Go to the source code of this file.

Macros

#define FIRST_DRIVER_CONFIG   &bsp_driver_config
 
#define MY_DOMAINNAME   NULL
 
#define MY_DO_BOOTP   rtems_bsdnet_do_bootp
 
#define RTEMS_NETWORK_CONFIG_MBUF_SPACE   180
 
#define RTEMS_NETWORK_CONFIG_CLUSTER_SPACE   350
 

Functions

void rtems_bsdnet_loopattach ()
 

Variables

struct rtems_bsdnet_config rtems_bsdnet_config
 

Macro Definition Documentation

#define FIRST_DRIVER_CONFIG   &bsp_driver_config

Definition at line 80 of file rtems_netconfig.c.

#define MY_DO_BOOTP   rtems_bsdnet_do_bootp

Definition at line 99 of file rtems_netconfig.c.

#define MY_DOMAINNAME   NULL

Definition at line 92 of file rtems_netconfig.c.

#define RTEMS_NETWORK_CONFIG_CLUSTER_SPACE   350

Definition at line 110 of file rtems_netconfig.c.

#define RTEMS_NETWORK_CONFIG_MBUF_SPACE   180

Definition at line 107 of file rtems_netconfig.c.

Function Documentation

void rtems_bsdnet_loopattach ( )

Variable Documentation

struct rtems_bsdnet_config rtems_bsdnet_config
Initial value:
= {
10,
NULL,
}
#define NULL
Definition: catime.c:38
#define MY_DOMAINNAME
#define RTEMS_NETWORK_CONFIG_MBUF_SPACE
#define FIRST_DRIVER_CONFIG
#define MY_DO_BOOTP
#define RTEMS_NETWORK_CONFIG_CLUSTER_SPACE

Definition at line 116 of file rtems_netconfig.c.