Skip to content
Permalink
17c199ee92
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
15 lines (12 sloc) 359 Bytes
#ifndef _NETINET_IN_H
#include <inet/netinet/in.h>
#ifndef _ISOMAC
libc_hidden_proto (bindresvport)
libc_hidden_proto (in6addr_loopback)
extern __typeof (in6addr_loopback) __in6addr_loopback;
libc_hidden_proto (__in6addr_loopback)
libc_hidden_proto (in6addr_any)
extern __typeof (in6addr_any) __in6addr_any;
libc_hidden_proto (__in6addr_any)
#endif
#endif