#include "globals.h"
#include "init.h"
#include "time.h"
#include "nip_init.h"
#include "app/dhcp.h"
Go to the source code of this file.
Functions | |
success_t | init_networking () |
Initialize Networking. |
success_t init_networking | ( | void | ) |
Initialize Networking.
Definition at line 16 of file init.c.
References nip_phy_if_t::close, ERROR, nip_phy_if_t::flags, nip_phy_if_t::hard_read, nip_phy_if_t::hard_read_init, nip_phy_if_t::hard_send, nip_phy_if_t::hard_send_init, nip_init(), nip_net_if_create(), nip_net_if_ptr(), nip_net_if_up(), NIP_NET_NO_IF, NIP_PHY_IF_ETH, NIP_PHY_IFF_BROADCAST, NIP_PHY_IFF_MULTICAST, nip_rtl_close(), nip_rtl_open(), nip_rtl_read(), nip_rtl_read_init(), nip_rtl_send(), nip_rtl_send_init(), nip_set_if_flags(), NIP_SUCCESS, nip_phy_if_t::open, nip_net_if::phy_conf, rtl_net_if_id, and SUCCESS.
Referenced by main().