DNS.Message.OpCode (DNS v0.4.1)
View SourceDNS OpCode
OpCode Name Reference
0 Query [RFC1035]
1 IQuery (Inverse Query, OBSOLETE) [RFC3425]
2 Status [RFC1035]
3 Unassigned
4 Notify [RFC1996]
5 Update [RFC2136]
6 DNS Stateful Operations (DSO) [RFC8490]
7-15 Unassigned
Reference
Summary
Functions
dso is a non-standard extension to DNS that is used by the
iquery is a non-standard extension to DNS that is used by the
notify is a non-standard extension to DNS that is used by the
status is a non-standard extension to DNS that is used by the
update is a non-standard extension to DNS that is used by the
Types
Functions
@spec dso() :: t()
dso is a non-standard extension to DNS that is used by the
@spec iquery() :: t()
iquery is a non-standard extension to DNS that is used by the
@spec notify() :: t()
notify is a non-standard extension to DNS that is used by the
@spec query() :: t()
query is a standard query
@spec status() :: t()
status is a non-standard extension to DNS that is used by the
@spec update() :: t()