Barrelfish
Functions
netd.h File Reference

the main header file for the net "daemon" 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

the main header file for the net "daemon"

This file is part of the net "daemon"

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.