DNS.Message.OpCode (DNS v0.2.3)
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() :: 6
dso is a non-standard extension to DNS that is used by the
@spec iquery() :: 1
iquery is a non-standard extension to DNS that is used by the
@spec notify() :: 4
notify is a non-standard extension to DNS that is used by the
@spec query() :: 0
query is a standard query
@spec status() :: 2
status is a non-standard extension to DNS that is used by the
@spec update() :: 5