Searched refs:NET_LINK_DUMMY (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_linkaddr.h | 59 NET_LINK_DUMMY, enumerator
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | test_ifaces.c | 21 net_if_set_link_addr(iface, fake_lladdr, sizeof(fake_lladdr), NET_LINK_DUMMY); in test_iface_init()
|
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 20 net_if_set_link_addr(iface, fake_lladdr, sizeof(fake_lladdr), NET_LINK_DUMMY); in test_iface_init()
|
/Zephyr-latest/drivers/net/ |
D | loopback.c | 51 NET_LINK_DUMMY); in loopback_init()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | cooked.c | 451 net_pkt_lladdr_src(pkt)->type = NET_LINK_DUMMY; in net_capture_data() 454 net_pkt_lladdr_dst(pkt)->type = NET_LINK_DUMMY; in net_capture_data()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ipv6cp.c | 268 peer_lladdr.type = NET_LINK_DUMMY; in ipv6cp_up() 324 peer_lladdr.type = NET_LINK_DUMMY; in ipv6cp_down()
|
/Zephyr-latest/tests/net/mgmt/src/ |
D | mgmt.c | 110 net_if_set_link_addr(iface, mac, 8, NET_LINK_DUMMY); in fake_iface_init()
|
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/ |
D | main.c | 104 .link_addr.type = NET_LINK_DUMMY,
|
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/ |
D | main.c | 380 net_if_set_link_addr(iface, lladdr, 6, NET_LINK_DUMMY); in dummy_native_iface_init()
|
/Zephyr-latest/tests/net/ipv4_fragment/src/ |
D | main.c | 179 net_if_set_link_addr(iface, mac, sizeof(mac), NET_LINK_DUMMY); in net_iface_init()
|
/Zephyr-latest/tests/net/socket/misc/src/ |
D | main.c | 129 net_if_set_link_addr(iface, ctx->mac_address, 6, NET_LINK_DUMMY); in dummy_iface_init()
|