Home
last modified time | relevance | path

Searched refs:net_pkt_hexdump (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c294 net_pkt_hexdump(pkt, "Received NAT64 IPv4 packet"); in ot_receive_handler()
296 net_pkt_hexdump(pkt, "Received IPv6 packet"); in ot_receive_handler()
377 net_pkt_hexdump(pkt, "Injected IPv6 packet"); in openthread_recv()
390 net_pkt_hexdump(pkt, "Received 802.15.4 frame"); in openthread_recv()
406 net_pkt_hexdump(pkt, "IPv6 packet to send"); in openthread_send()
/Zephyr-latest/samples/net/promiscuous_mode/src/
Dmain.c19 static void net_pkt_hexdump(struct net_pkt *pkt, const char *str) in net_pkt_hexdump() function
71 net_pkt_hexdump(pkt, "Network packet"); in print_info()
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c486 net_pkt_hexdump(pkt, "before-compression"); in test_fragment()
535 net_pkt_hexdump(f_pkt, "after-compression"); in test_fragment()
573 net_pkt_hexdump(rxpkt, "after-uncompression"); in test_fragment()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c252 net_pkt_hexdump(pkt, "<"); in ecm_send()
309 net_pkt_hexdump(pkt, ">"); in ecm_read_cb()
Dfunction_rndis.c382 net_pkt_hexdump(rndis.in_pkt, ">"); in rndis_bulk_out()
942 net_pkt_hexdump(pkt, "<"); in rndis_send()
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c147 net_pkt_hexdump(pkt, "recv L2"); in ppp_recv()
173 net_pkt_hexdump(pkt, "send L2"); in ppp_send()
/Zephyr-latest/subsys/net/l2/ethernet/
Dbridge.c415 net_pkt_hexdump(pkt, str); in bridge_iface_send()
432 net_pkt_hexdump(pkt, str); in bridge_iface_recv()
Dvlan.c585 net_pkt_hexdump(pkt, str); in vlan_interface_send()
607 net_pkt_hexdump(pkt, str); in vlan_interface_recv()
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c256 net_pkt_hexdump(pkt, str); in interface_send()
334 net_pkt_hexdump(pkt, str); in interface_recv()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c59 net_pkt_hexdump(pkt, title); in pkt_hexdump()
63 net_pkt_hexdump(pkt, title); in pkt_hexdump()
/Zephyr-latest/subsys/net/ip/
Dnet_private.h362 static inline void net_pkt_hexdump(struct net_pkt *pkt, const char *str) in net_pkt_hexdump() function
/Zephyr-latest/tests/net/ppp/driver/src/
Dmain.c201 net_pkt_hexdump(pkt, "received"); in ppp_l2_recv()
/Zephyr-latest/tests/net/6lo/src/
Dmain.c1084 net_pkt_hexdump(pkt, "before-compression"); in test_6lo()
1095 net_pkt_hexdump(pkt, "after-compression"); in test_6lo()
1106 net_pkt_hexdump(pkt, "after-uncompression"); in test_6lo()
/Zephyr-latest/drivers/net/
Dppp.c620 net_pkt_hexdump(ppp->pkt, "recv ppp"); in ppp_process_msg()
866 net_pkt_hexdump(pkt, "send ppp"); in ppp_send()
/Zephyr-latest/subsys/net/lib/capture/
Dcapture.c705 net_pkt_hexdump(pkt, str); in capture_send()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c132 net_pkt_hexdump(pkt, "pkt"); in eth_tx()