Home
last modified time | relevance | path

Searched refs:init_done (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_obj_core.c26 .init_done = false,
76 if (sock->init_done) { in sock_obj_core_init_and_link()
80 sock->init_done = true; in sock_obj_core_init_and_link()
136 if (sock_objects[i].init_done == false) { in sock_obj_core_alloc()
/Zephyr-latest/drivers/net/
Dslip.h22 bool init_done; member
Dslip.c308 if (!slip->init_done) { in recv_cb()
388 if (slip->init_done) { in slip_iface_init()
394 slip->init_done = true; in slip_iface_init()
Dppp.c121 uint8_t init_done : 1; member
994 if (ppp->init_done) { in ppp_iface_init()
998 ppp->init_done = true; in ppp_iface_init()
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c53 bool init_done : 1; /* Is interface init called for this context */ member
96 static bool init_done; in init_context_iface() local
98 if (init_done) { in init_context_iface()
102 init_done = true; in init_context_iface()
654 if (ctx->init_done) { in vlan_iface_init()
669 ctx->init_done = true; in vlan_iface_init()
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c54 bool init_done; member
70 if (ctx->init_done) { in iface_init()
80 ctx->init_done = true; in iface_init()
645 static bool init_done; in init_context_iface() local
647 if (init_done) { in init_context_iface()
651 init_done = true; in init_context_iface()
/Zephyr-latest/samples/net/virtual/src/
Dmain.c41 bool init_done; member
50 if (ctx->init_done) { in virtual_test_iface_init()
62 ctx->init_done = true; in virtual_test_iface_init()
/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c48 bool init_done; member
71 if (ctx->init_done) { in iface_init()
101 ctx->init_done = true; in iface_init()
Dcapture.c100 bool init_done : 1; member
602 ctx->init_done = true; in capture_dev_init()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c62 bool init_done; member
305 if (ctx->init_done) { in eth_iface_init()
311 ctx->init_done = true; in eth_iface_init()
Deth_sam_gmac.c1807 static bool init_done; in eth0_iface_init() local
1819 if (init_done) { in eth0_iface_init()
1916 init_done = true; in eth0_iface_init()
/Zephyr-latest/subsys/net/ip/
Dnet_private.h225 bool init_done; member