Searched defs:pkt_str (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_mld.c | 389 #define dbg_addr(action, pkt_str, src, dst) \ argument 396 #define dbg_addr_recv(pkt_str, src, dst) \ argument
|
D | igmp.c | 42 #define dbg_addr(action, pkt_str, src, dst) \ argument 47 #define dbg_addr_recv(pkt_str, src, dst) \ argument
|
D | ipv6_nbr.c | 473 #define dbg_addr(action, pkt_str, src, dst, pkt) \ argument 483 #define dbg_addr_recv(pkt_str, src, dst, pkt) \ argument 486 #define dbg_addr_sent(pkt_str, src, dst, pkt) \ argument 489 #define dbg_addr_with_tgt(action, pkt_str, src, dst, target, pkt) \ argument 501 #define dbg_addr_recv_tgt(pkt_str, src, dst, tgt, pkt) \ argument 504 #define dbg_addr_sent_tgt(pkt_str, src, dst, tgt, pkt) \ argument
|
D | net_private.h | 375 char pkt_str[sizeof("0x") + sizeof(intptr_t) * 2]; in net_pkt_hexdump() local
|