Home
last modified time | relevance | path

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

/Zephyr-latest/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.h91 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()
107 entry->ifaces[i], iface2str(entry->ifaces[i], NULL)); in route_mcast_cb()
Dvirtual.c80 name = iface2str(iface, NULL); in attached_iface_cb()
Dnet_shell.c133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str() function
Diface.c196 PR("\nInterface %s (%p) (%s) [%d]\n", ifname, iface, iface2str(iface, &extra), in iface_cb()
199 PR("\nInterface %p (%s) [%d]\n", iface, iface2str(iface, &extra), in iface_cb()
256 iface2str(orig_iface, NULL), in iface_cb()
Dipv4.c27 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in ip_address_lifetime_cb()
Dcm.c372 iface2str(iface, NULL)); in cm_get_iface_info()
375 iface2str(iface, NULL)); in cm_get_iface_info()
Dipv6.c92 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-latest/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-latest/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-latest/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-latest/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-latest/tests/net/pmtu/src/
Dmain.c154 static const char *iface2str(struct net_if *iface) in iface2str() function
167 NET_DBG("Interface %p (%s) [%d]", iface, iface2str(iface), in iface_cb()
/Zephyr-latest/tests/net/vlan/src/
Dmain.c334 static const char *iface2str(struct net_if *iface) in iface2str() function
356 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c279 static const char *iface2str(struct net_if *iface) in iface2str() function
316 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-latest/tests/net/iface/src/
Dmain.c276 static const char *iface2str(struct net_if *iface) in iface2str() function
294 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
/Zephyr-latest/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-latest/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()