Searched refs:pkt_str (Results 1 – 4 of 4) sorted by relevance
| /subsys/net/ip/ |
| A D | net_private.h | 383 char pkt_str[sizeof("0x") + sizeof(intptr_t) * 2]; in net_pkt_hexdump() local 389 snprintk(pkt_str, sizeof(pkt_str), "%p", pkt); in net_pkt_hexdump() 392 LOG_HEXDUMP_DBG(buf->data, buf->len, pkt_str); in net_pkt_hexdump()
|
| A D | ipv6_mld.c | 399 #define dbg_addr(action, pkt_str, src, dst) \ argument 401 NET_DBG("%s %s from %s to %s", action, pkt_str, \ 406 #define dbg_addr_recv(pkt_str, src, dst) \ argument 407 dbg_addr("Received", pkt_str, src, dst)
|
| A D | igmp.c | 42 #define dbg_addr(action, pkt_str, src, dst) \ argument 43 NET_DBG("%s %s from %s to %s", action, pkt_str, \ 47 #define dbg_addr_recv(pkt_str, src, dst) \ argument 48 dbg_addr("Received", pkt_str, src, dst)
|
| A D | ipv6_nbr.c | 531 #define dbg_addr(action, pkt_str, src, dst, pkt) \ argument 534 action, pkt_str, \ 541 #define dbg_addr_recv(pkt_str, src, dst, pkt) \ argument 542 dbg_addr("Received", pkt_str, src, dst, pkt) 544 #define dbg_addr_sent(pkt_str, src, dst, pkt) \ argument 545 dbg_addr("Sent", pkt_str, src, dst, pkt) 551 pkt_str, \ 559 #define dbg_addr_recv_tgt(pkt_str, src, dst, tgt, pkt) \ argument 560 dbg_addr_with_tgt("Received", pkt_str, src, dst, tgt, pkt) 562 #define dbg_addr_sent_tgt(pkt_str, src, dst, tgt, pkt) \ argument [all …]
|
Completed in 20 milliseconds