Home
last modified time | relevance | path

Searched refs:ip6_debug_print (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6.h81 void ip6_debug_print(struct pbuf *p);
83 #define ip6_debug_print(p) macro
Dip.h273 #define ip_debug_print(is_ipv6, p) ((is_ipv6) ? ip6_debug_print(p) : ip4_debug_print(p))
313 #define ip_debug_print(is_ipv6, p) ip6_debug_print(p)
/third_party/lwip/src/core/ipv6/
Dip6.c1046 ip6_debug_print(p);
1236 ip6_debug_print(p);
1453 ip6_debug_print(struct pbuf *p) function