Constant Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 AF_INET, (mosh socket)
 AF_INET6, (mosh socket)
 AF_UNSPEC, (mosh socket)
 AI_ADDRCONFIG, (mosh socket)
 AI_ALL, (mosh socket)
 AI_CANONNAME, (mosh socket)
 AI_NUMERICHOST, (mosh socket)
 AI_NUMERICSERV, (mosh socket)
 AI_PASSIVE, (mosh socket)
 AI_V4MAPPED, (mosh socket)
 alignof:bool, (mosh ffi)
 alignof:double, (mosh ffi)
 alignof:float, (mosh ffi)
 alignof:int, (mosh ffi)
 alignof:int16_t, (mosh ffi)
 alignof:int32_t, (mosh ffi)
 alignof:int64_t, (mosh ffi)
 alignof:int8_t, (mosh ffi)
 alignof:long, (mosh ffi)
 alignof:short, (mosh ffi)
 alignof:size_t, (mosh ffi)
 alignof:void*, (mosh ffi)
I
 IPPROTO_RAW, (mosh socket)
 IPPROTO_TCP, (mosh socket)
 IPPROTO_UDP, (mosh socket)
O
 on-darwin, (mosh ffi)
 on-freebsd, (mosh ffi)
 on-linux, (mosh ffi)
 on-openbsd, (mosh ffi)
 on-windows, (mosh ffi)
S
 SHUT_RD, (mosh socket)
 SHUT_RDWR, (mosh socket)
 SHUT_WR, (mosh socket)
 sizeof:bool, (mosh ffi)
 sizeof:int, (mosh ffi)
 sizeof:long, (mosh ffi)
 sizeof:short, (mosh ffi)
 sizeof:size_t, (mosh ffi)
 sizeof:void*, (mosh ffi)
 SOCK_DGRAM, (mosh socket)
 SOCK_STREAM, (mosh socket)
struct x { char y; bool z; };
struct x { char y; double z; };
struct x { char y; float z; };
struct x { char y; int z; };
struct x { char y; int16_t z; };
struct x { char y; int32_t z; };
struct x { char y; int64_t z; };
struct x { char y; int8_t z; };
struct x { char y; long z; };
struct x { char y; short z; };
struct x { char y; size_t z; };
struct x { char y; void* z; };
sizeof(bool)
sizeof(int)
sizeof(long)
sizeof(short)
sizeof(size_t)
sizeof(void*)
Close