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

/barrelfish-master/include/lwip2/lwip/
H A Dip6.h81 void ip6_debug_print(struct pbuf *p);
83 #define ip6_debug_print(p) macro
H A Dip.h266 #define ip_debug_print(is_ipv6, p) ((is_ipv6) ? ip6_debug_print(p) : ip4_debug_print(p))
302 #define ip_debug_print(is_ipv6, p) ip6_debug_print(p)
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c728 ip6_debug_print(p);
888 ip6_debug_print(p);
1081 ip6_debug_print(struct pbuf *p) function

Completed in 93 milliseconds