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 | 486 #define dbg_addr(action, pkt_str, src, dst, pkt) \ argument 496 #define dbg_addr_recv(pkt_str, src, dst, pkt) \ argument 499 #define dbg_addr_sent(pkt_str, src, dst, pkt) \ argument 502 #define dbg_addr_with_tgt(action, pkt_str, src, dst, target, pkt) \ argument 514 #define dbg_addr_recv_tgt(pkt_str, src, dst, tgt, pkt) \ argument 517 #define dbg_addr_sent_tgt(pkt_str, src, dst, tgt, pkt) \ argument
|
D | net_private.h | 365 char pkt_str[sizeof("0x") + sizeof(intptr_t) * 2]; in net_pkt_hexdump() local
|