mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04:20:30 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -55,55 +55,55 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long IP_ADD_MEMBERSHIP;
|
||||
extern const long IP_ADD_SOURCE_MEMBERSHIP;
|
||||
extern const long IP_BIND_ADDRESS_NO_PORT;
|
||||
extern const long IP_BLOCK_SOURCE;
|
||||
extern const long IP_CHECKSUM;
|
||||
extern const long IP_DEFAULT_MULTICAST_LOOP;
|
||||
extern const long IP_DEFAULT_MULTICAST_TTL;
|
||||
extern const long IP_DROP_MEMBERSHIP;
|
||||
extern const long IP_DROP_SOURCE_MEMBERSHIP;
|
||||
extern const long IP_FREEBIND;
|
||||
extern const long IP_HDRINCL;
|
||||
extern const long IP_IPSEC_POLICY;
|
||||
extern const long IP_MAX_MEMBERSHIPS;
|
||||
extern const long IP_MINTTL;
|
||||
extern const long IP_MSFILTER;
|
||||
extern const long IP_MTU;
|
||||
extern const long IP_MTU_DISCOVER;
|
||||
extern const long IP_MULTICAST_ALL;
|
||||
extern const long IP_MULTICAST_IF;
|
||||
extern const long IP_MULTICAST_LOOP;
|
||||
extern const long IP_MULTICAST_TTL;
|
||||
extern const long IP_NODEFRAG;
|
||||
extern const long IP_OPTIONS;
|
||||
extern const long IP_ORIGDSTADDR;
|
||||
extern const long IP_PASSSEC;
|
||||
extern const long IP_PKTINFO;
|
||||
extern const long IP_PKTOPTIONS;
|
||||
extern const long IP_PMTUDISC;
|
||||
extern const long IP_PMTUDISC_DO;
|
||||
extern const long IP_PMTUDISC_DONT;
|
||||
extern const long IP_PMTUDISC_INTERFACE;
|
||||
extern const long IP_PMTUDISC_OMIT;
|
||||
extern const long IP_PMTUDISC_PROBE;
|
||||
extern const long IP_PMTUDISC_WANT;
|
||||
extern const long IP_RECVDSTADDR;
|
||||
extern const long IP_RECVERR;
|
||||
extern const long IP_RECVOPTS;
|
||||
extern const long IP_RECVORIGDSTADDR;
|
||||
extern const long IP_RECVRETOPTS;
|
||||
extern const long IP_RECVTOS;
|
||||
extern const long IP_RECVTTL;
|
||||
extern const long IP_RETOPTS;
|
||||
extern const long IP_ROUTER_ALERT;
|
||||
extern const long IP_TOS;
|
||||
extern const long IP_TRANSPARENT;
|
||||
extern const long IP_TTL;
|
||||
extern const long IP_UNBLOCK_SOURCE;
|
||||
extern const long IP_UNICAST_IF;
|
||||
extern const long IP_XFRM_POLICY;
|
||||
extern const int IP_ADD_MEMBERSHIP;
|
||||
extern const int IP_ADD_SOURCE_MEMBERSHIP;
|
||||
extern const int IP_BIND_ADDRESS_NO_PORT;
|
||||
extern const int IP_BLOCK_SOURCE;
|
||||
extern const int IP_CHECKSUM;
|
||||
extern const int IP_DEFAULT_MULTICAST_LOOP;
|
||||
extern const int IP_DEFAULT_MULTICAST_TTL;
|
||||
extern const int IP_DROP_MEMBERSHIP;
|
||||
extern const int IP_DROP_SOURCE_MEMBERSHIP;
|
||||
extern const int IP_FREEBIND;
|
||||
extern const int IP_HDRINCL;
|
||||
extern const int IP_IPSEC_POLICY;
|
||||
extern const int IP_MAX_MEMBERSHIPS;
|
||||
extern const int IP_MINTTL;
|
||||
extern const int IP_MSFILTER;
|
||||
extern const int IP_MTU;
|
||||
extern const int IP_MTU_DISCOVER;
|
||||
extern const int IP_MULTICAST_ALL;
|
||||
extern const int IP_MULTICAST_IF;
|
||||
extern const int IP_MULTICAST_LOOP;
|
||||
extern const int IP_MULTICAST_TTL;
|
||||
extern const int IP_NODEFRAG;
|
||||
extern const int IP_OPTIONS;
|
||||
extern const int IP_ORIGDSTADDR;
|
||||
extern const int IP_PASSSEC;
|
||||
extern const int IP_PKTINFO;
|
||||
extern const int IP_PKTOPTIONS;
|
||||
extern const int IP_PMTUDISC;
|
||||
extern const int IP_PMTUDISC_DO;
|
||||
extern const int IP_PMTUDISC_DONT;
|
||||
extern const int IP_PMTUDISC_INTERFACE;
|
||||
extern const int IP_PMTUDISC_OMIT;
|
||||
extern const int IP_PMTUDISC_PROBE;
|
||||
extern const int IP_PMTUDISC_WANT;
|
||||
extern const int IP_RECVDSTADDR;
|
||||
extern const int IP_RECVERR;
|
||||
extern const int IP_RECVOPTS;
|
||||
extern const int IP_RECVORIGDSTADDR;
|
||||
extern const int IP_RECVRETOPTS;
|
||||
extern const int IP_RECVTOS;
|
||||
extern const int IP_RECVTTL;
|
||||
extern const int IP_RETOPTS;
|
||||
extern const int IP_ROUTER_ALERT;
|
||||
extern const int IP_TOS;
|
||||
extern const int IP_TRANSPARENT;
|
||||
extern const int IP_TTL;
|
||||
extern const int IP_UNBLOCK_SOURCE;
|
||||
extern const int IP_UNICAST_IF;
|
||||
extern const int IP_XFRM_POLICY;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue