Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c125 if (!net_if_flag_is_set(context->iface, NET_IF_UP)) { in eth_rx()
Deth_xlnx_gem.c367 (!net_if_flag_is_set(dev_data->iface, NET_IF_UP))) { in eth_xlnx_gem_send()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c327 if (net_if_flag_is_set(iface, NET_IF_UP)) { in iface_cb()
/Zephyr-latest/subsys/net/ip/
Dnet_core.c507 if (!net_if_flag_is_set(iface, NET_IF_UP)) { in net_recv_data()
Dnet_if.c663 if (net_if_flag_is_set(iface, NET_IF_UP)) { in net_if_get_first_up()
5597 if (net_if_flag_is_set(iface, NET_IF_UP)) { in net_if_up()
5642 net_if_flag_set(iface, NET_IF_UP); in net_if_up()
5660 if (!net_if_flag_is_set(iface, NET_IF_UP)) { in net_if_down()
5680 net_if_flag_clear(iface, NET_IF_UP); in net_if_down()
/Zephyr-latest/subsys/net/l2/ethernet/
Dbridge.c366 if (!net_if_flag_is_set(ctx->eth_iface[i], NET_IF_UP)) { in bridge_iface_process()
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c268 net_if_flag_set(modem_ppp_get_iface(&ppp), NET_IF_UP); in test_modem_ppp_setup()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h234 NET_IF_UP, enumerator
2872 return net_if_flag_is_set(iface, NET_IF_UP) && in net_if_is_up()
2898 return net_if_flag_is_set(iface, NET_IF_UP); in net_if_is_admin_up()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst68 :c:enumerator:`NET_IF_UP` flag and is controlled by the application. It can be
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp.c519 if (net_if_flag_is_set(GPTP_PORT_IFACE(port), NET_IF_UP)) { in gptp_state_machine()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c342 if ((airoc_wifi_iface != NULL) && net_if_flag_is_set(airoc_wifi_iface, NET_IF_UP)) { in airoc_wifi_network_process_ethernet_data()
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c884 (!net_if_flag_is_set(data->iface, NET_IF_UP))) { in eth_dwc_xgmac_isr()
1383 (!net_if_flag_is_set(dev_data->iface, NET_IF_UP))) { in eth_dwc_xgmac_send()