in6addr_any.c 72 B

123456
  1. #include "unp.h"
  2. #ifdef IPV6
  3. const struct in6_addr in6addr_any;
  4. #endif