Searched refs:ip6_addr (Results 1 – 2 of 2) sorted by relevance
15 typedef union ip6_addr ip6_addr_t;39 union ip6_addr { union
283 static void report_bad_packet(ip6_addr_t* ip6_addr, const char* msg) { in report_bad_packet() argument284 if (ip6_addr == NULL) { in report_bad_packet()288 ip6toa(addr_str, ip6_addr); in report_bad_packet()
Completed in 4 milliseconds