Go to the source code of this file.
Data Structures | |
struct | s_if_ops |
struct | s_if_stat |
struct | s_ifaddr |
struct | s_iface |
Defines | |
#define | IF_TYPE_ETHERNET 0 |
#define | IF_TYPE_LOOPBACK 1 |
#define | IF_STATE_DOWN (0<<0) |
#define | IF_STATE_UP (1<<0) |
#define | IF_STATE_BROADCAST (1<<1) |
#define | IF_STATE_MULTICAST (1<<2) |
#define | IF_STATE_PROMISC (1<<3) |
#define | IF_NAME_SIZE 10 |
Typedefs | |
typedef int(* | if_start_fn_t )(struct s_iface *iface, int if_minor) |
typedef int(* | if_stop_fn_t )(struct s_iface *iface) |
typedef int(* | if_send_fn_t )(struct s_iface *iface, struct s_pkbuf *pk) |
typedef int(* | if_ack_fn_t )(struct s_iface *iface, int tx_id, int tx_state) |
typedef int(* | if_update_fn_t )(struct s_iface *iface) |
typedef s_iface | t_iface |
Functions | |
LIST_HEAD (s_iface_list, s_iface) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|