Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
network
in6addr_loopback.c
pretty
plain
permalink
blame
history
•
3 lines
•
89 B
1
#include <netinet/in.h>
2
3
const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;