#include <inet.h>
Functions | |
static int | loopback_start (struct s_iface *iface, int if_minor) |
static int | loopback_stop (struct s_iface *iface) |
int | loopback_ll_output (struct s_pkbuf *pk) |
int | init_loopback (void) |
Variables | |
s_if_ops | loopback_ops |
|
|
|
|
|
|
|
|
|
Initial value: { LOOPBACK_DRV_ID, IF_TYPE_LOOPBACK, loopback_start, loopback_stop, NULL, NULL, NULL } |