/Zephyr-Core-3.6.0/subsys/net/lib/shell/ |
D | iface_dynamic.h | 60 "%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()
|
D | net_shell_private.h | 61 const char *iface2str(struct net_if *iface, const char **extra);
|
D | ppp.c | 184 "%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()
|
D | route.c | 81 iface2str(iface, &extra)); in iface_per_route_cb() 104 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in route_mcast_cb()
|
D | virtual.c | 78 name = iface2str(iface, NULL); in attached_iface_cb()
|
D | iface.c | 169 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()
|
D | ipv4.c | 28 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in ip_address_lifetime_cb()
|
D | vlan.c | 76 iface2str(iface, NULL), ctx->vlan[i].tag); in iface_vlan_cb()
|
D | net_shell.c | 133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str() function
|
D | ipv6.c | 70 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in address_lifetime_cb()
|
D | stats.c | 451 iface2str(iface, &extra), net_if_get_by_iface(iface)); in net_shell_print_statistics()
|
/Zephyr-Core-3.6.0/tests/net/hostname/src/ |
D | main.c | 213 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/ |
D | main.c | 156 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/ |
D | main.c | 310 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/ |
D | main.c | 274 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/ |
D | main.c | 280 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/ |
D | main.c | 274 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/ |
D | main.c | 279 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/ |
D | main.c | 483 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/ |
D | main.c | 547 static const char *iface2str(struct net_if *iface) in iface2str() function 569 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb()
|