dcd ~master (2018-04-01T23:49:39Z)
Dub
Repo
IPv4Union
dcd
server
main
IP v4 address as bytes and a uint
union
IPv4Union {
ubyte
[
4
]
b
;
uint
i
;
}
Members
Variables
b
ubyte
[
4
]
b
;
the bytes
i
uint
i
;
the uint
Meta
Source
See Implementation
dcd
server
main
functions
printHelp
sendResponse
trySendResponse
unions
IPv4Union
IP v4 address as bytes and a uint