Home
last modified time | relevance | path

Searched refs:iface2str (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Diface_dynamic.h60 "%s [%s] (%p)", name, iface2str(iface, NULL), iface); in set_iface_index_help()
63 "[%s] (%p)", iface2str(iface, NULL), iface); in set_iface_index_help()
Dnet_shell_private.h61 const char *iface2str(struct net_if *iface, const char **extra);
Dppp.c184 "%s [%s] (%p)", name, iface2str(iface, NULL), iface); in set_iface_ppp_index_help()
187 "%s (%p)", iface2str(iface, NULL), iface); in set_iface_ppp_index_help()
Droute.c81 iface2str(iface, &extra)); in iface_per_route_cb()
104 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in route_mcast_cb()
Dvirtual.c78 name = iface2str(iface, NULL); in attached_iface_cb()
Diface.c169 PR("\nInterface %s (%p) (%s) [%d]\n", ifname, iface, iface2str(iface, &extra), in iface_cb()
172 PR("\nInterface %p (%s) [%d]\n", iface, iface2str(iface, &extra), in iface_cb()
229 iface2str(orig_iface, NULL), in iface_cb()
Dipv4.c28 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in ip_address_lifetime_cb()
Dvlan.c76 iface2str(iface, NULL), ctx->vlan[i].tag); in iface_vlan_cb()
Dnet_shell.c133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str() function
Dipv6.c70 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in address_lifetime_cb()
Dstats.c451 iface2str(iface, &extra), net_if_get_by_iface(iface)); in net_shell_print_statistics()
/Zephyr-Core-3.6.0/tests/net/hostname/src/
Dmain.c213 static const char *iface2str(struct net_if *iface) in iface2str() function
227 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/promiscuous/src/
Dmain.c156 static const char *iface2str(struct net_if *iface) in iface2str() function
174 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/tx_timestamp/src/
Dmain.c310 static const char *iface2str(struct net_if *iface) in iface2str() function
326 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/ptp/clock/src/
Dmain.c274 static const char *iface2str(struct net_if *iface) in iface2str() function
303 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/vlan/src/
Dmain.c280 static const char *iface2str(struct net_if *iface) in iface2str() function
302 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/iface/src/
Dmain.c274 static const char *iface2str(struct net_if *iface) in iface2str() function
292 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/virtual/src/
Dmain.c279 static const char *iface2str(struct net_if *iface) in iface2str() function
315 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/checksum_offload/src/
Dmain.c483 static const char *iface2str(struct net_if *iface) in iface2str() function
505 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-Core-3.6.0/tests/net/ethernet_mgmt/src/
Dmain.c547 static const char *iface2str(struct net_if *iface) in iface2str() function
569 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()