<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 28, 2023 at 3:53 PM Carl Karsten <<a href="mailto:carl@nextdayvideo.com">carl@nextdayvideo.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In an effort to name variables and have understandable conversations,<br>
I don't know what these things are called:<br>
<br>
82 #define DHCPDISCOVER 1<br>
83 #define DHCPOFFER 2<br>
84 #define DHCPREQUEST 3<br>
85 #define DHCPDECLINE 4<br>
86 #define DHCPACK 5<br>
87 #define DHCPNAK 6<br>
88 #define DHCPRELEASE 7<br>
89 #define DHCPINFORM 8<br>
<br>
<a href="https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/dhcp-protocol.h#l82" rel="noreferrer" target="_blank">https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/dhcp-protocol.h#l82</a><br>
<br>
Operator? Type? Step?<br>
<br>
<br>
-- <br>
Carl K</blockquote><div style="font-family:arial,sans-serif;color:rgb(0,0,0)" class="gmail_default">
<div class="gmail_default" style="font-family:arial,sans-serif;color:rgb(0,0,0)">Those are the DHCP Message Types defined in RFC 2132, see section 9.6 on page 26:<br></div><div class="gmail_default" style="font-family:arial,sans-serif;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:arial,sans-serif;color:rgb(0,0,0)"><a href="https://www.rfc-editor.org/rfc/rfc2132.html">https://www.rfc-editor.org/rfc/rfc2132.html</a></div>
</div></div></div>