2023-06-18 07:55:09 +00:00
|
|
|
#ifndef _NETDB_H
|
|
|
|
#define _NETDB_H
|
2023-06-18 11:02:01 +00:00
|
|
|
#include "libc/calls/weirdtypes.h"
|
2022-08-06 16:56:17 +00:00
|
|
|
#include "libc/dns/dns.h"
|
|
|
|
#include "libc/dns/ent.h"
|
2023-06-18 11:02:01 +00:00
|
|
|
#include "libc/sock/sock.h"
|
|
|
|
#include "libc/sock/struct/in6_pktinfo.h"
|
|
|
|
#include "libc/sock/struct/in_pktinfo.h"
|
|
|
|
#include "libc/sock/struct/ip_mreq.h"
|
|
|
|
#include "libc/sock/struct/sockaddr.h"
|
|
|
|
#include "libc/sock/struct/sockaddr6.h"
|
|
|
|
#include "libc/sysv/consts/in.h"
|
|
|
|
#include "libc/sysv/consts/inaddr.h"
|
|
|
|
#include "libc/sysv/consts/inet6.h"
|
|
|
|
#include "libc/sysv/consts/ip.h"
|
|
|
|
#include "libc/sysv/consts/ipport.h"
|
|
|
|
#include "libc/sysv/consts/ipproto.h"
|
|
|
|
#include "libc/sysv/consts/ipv6.h"
|
|
|
|
#include "libc/sysv/consts/mcast.h"
|
|
|
|
#include "libc/sysv/consts/pf.h"
|
|
|
|
#include "libc/sysv/consts/sock.h"
|
2023-06-18 07:55:09 +00:00
|
|
|
#endif /* _NETDB_H */
|