Barrelfish
Functions
netd.c File Reference

Echo server main. More...

Functions

errval_t netd_init (struct netd_state **state, char *card_name, uint64_t queueid, bool do_dhcp, char *ip_addr_str, char *netmask_str, char *gateway_str)
 initializes LWIP. not a lot left after I changed the subsystems More...
 

Detailed Description

Echo server main.

Function Documentation

errval_t netd_init ( struct netd_state **  state,
char *  card_name,
uint64_t  queueid,
bool  do_dhcp,
char *  ip_addr_str,
char *  netmask_str,
char *  gateway_str 
)

initializes LWIP. not a lot left after I changed the subsystems

Parameters
card_namethe of the card.