Handbook
Glossary
parse-soa ( -- soa )
Vocabulary
dns
Inputs
None
Outputs
soa
an
object
Definition
USING:
accessors
endian
io
kernel
;
IN:
dns
:
parse-soa
( -- soa )
soa
new
parse-name
>>mname
parse-name
>>rname
4
read
be>
>>serial
4
read
be>
>>refresh
4
read
be>
>>retry
4
read
be>
>>expire
4
read
be>
>>minimum
;